aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/x86_64-macos-gnu/sys/spawn.h
AgeCommit message (Collapse)Author
2021-08-05Update x86_64-macos headersJakub Konka
2020-12-17macho: deduplicate libc headers between macos archJakub Konka
2020-11-17macOS libc headers: downgrade to 10.15.7 (Catalina)Andrew Kelley
See ziglang/fetch-them-macos-headers#2 for more details. The path forward looks like one of the following: * Ony provide headers for the oldest supported macOS (currently 10.13 but soon to be bumped to 10.14). * Provide headers for multiple versions, and select based on the Zig target OS version range minimum. * Don't try to provide macOS headers. If we don't tackle the version problem, we would have to re-introduce the ability to detect and depend on native system headers if we wanted to support C/C++ code that used newer OS definitions. This patch also adds support for `#include <mach/mach_time.h>`. Also related: #5236
2020-11-09Add more missing libc headers used by frameworksJakub Konka
See https://github.com/ziglang/fetch-them-macos-headers/commit/76f22c39052034a19d8c0f41bd4010872fd032cd.
2020-11-08macOS libc headers: add POSIX headersAndrew Kelley