aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/aarch64-macos-gnu/libkern
AgeCommit message (Collapse)Author
2021-11-25add libc headers for all supported macOS versionsJakub Konka
`fetch-them-macos-headers` gitrev 7036517cc6a9aa154e7aef4c4593b5c4a5143ed4
2021-08-05Update x86_64-macos headersJakub Konka
2021-01-02Duplicate OSAtomic.h between aarch64 and x86_64Jakub Konka
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.
2020-12-17macho: deduplicate libc headers between macos archJakub Konka
2020-12-17macos: add unfiltered aarch64 libc headersJakub Konka