1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 16:47:45 +00:00
serenity/Ports/abseil/patches/ReadMe.md
kleines Filmröllchen 181cd8fb0c Ports: Add abseil and protobuf
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.
2023-10-03 15:21:26 +02:00

27 lines
600 B
Markdown

# 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