zig/lib/libc
Jakub Konka 763d807377 Duplicate OSAtomic.h between aarch64 and x86_64
The reason this is required is for two reasons: 1) the libc
targeting `aarch64` macOS is slightly newer than that targeting
`x86_64`, and 2) `OSAtomic.h` uses relative imports rather than
system-wide imports for accompanying headers which clearly is an
oversight on Apple's part. Until such time when `libkern` headers
between `x86_64` and `aarch64` are identical, this will require a
manual intervention to duplicate the relevant headers between the
respective architectures.
2021-01-02 15:30:14 +01:00
..
glibc glibc: do not provide -lcrypt 2020-12-12 12:42:33 -07:00
include Duplicate OSAtomic.h between aarch64 and x86_64 2021-01-02 15:30:14 +01:00
mingw mingw-w64: add .def files for xaudio2_8 2020-12-15 15:00:39 -05:00
musl stage2: use %type not @type for libc stubs 2020-12-13 23:19:23 -05:00