mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
181cd8fb0c
Abseil's Serenity support is a little limited: - No support for any timezone shenanigans since protobuf hopefully doesn't use those. For now, abseil will always believe to be in UTC on Serenity. - In most places where explicit platforms need to be added to a list of supported platforms, Serenity will be missing. Again I only added the ones that are required for protobuf. |
||
---|---|---|
.. | ||
0001-Remove-strptime-support-on-Serenity.patch | ||
0002-Remove-LibC-timezone-support-on-Serenity.patch | ||
0003-Only-check-error-codes-on-platforms-where-they-exist.patch | ||
0004-Remove-elf_mem_image-support-on-Serenity.patch | ||
0005-Recognize-Serenity-as-having-mmap-pthread_getschedpa.patch | ||
ReadMe.md |
Patches for abseil on SerenityOS
0001-Remove-strptime-support-on-Serenity.patch
Remove strptime support on Serenity
0002-Remove-LibC-timezone-support-on-Serenity.patch
Remove LibC timezone support on Serenity
0003-Only-check-error-codes-on-platforms-where-they-exist.patch
Only check error codes on platforms where they exist
0004-Remove-elf_mem_image-support-on-Serenity.patch
Remove elf_mem_image support on Serenity
0005-Recognize-Serenity-as-having-mmap-pthread_getschedpa.patch
Recognize Serenity as having mmap, pthread_getschedparam, and sched_yield