zig/lib/libc
Motiejus Jakštys 5af14711a8 glibc patch: add backwards compatibility for some symbols
- `fcntl` was renamed to `fcntl64` in glibc 2.28 (see #9485)
- `res_{,n}{search,query,querydomain}` became "their own" symbols since
  glibc 2.34: they were prefixed with `__` before.

This PR makes it possible to use `fcntl` with glibc 2.27 or older and
the `res_*` functions with glibc 2.33 or older.

These patches will become redundant with universal-headers and can be
dropped. But we have to do with what we have now.
2024-06-05 22:43:53 -07:00
..
darwin macos: better SDK version detection 2023-09-25 15:53:05 -04:00
glibc minor cosmetic fixups 2024-01-04 17:26:06 -07:00
include glibc patch: add backwards compatibility for some symbols 2024-06-05 22:43:53 -07:00
mingw mingw: support -municode 2024-03-27 10:05:57 +00:00
musl update musl libc.S to v1.2.5 2024-06-04 22:37:28 -07:00
wasi