zig/lib/libc
Andrew Kelley 2eee0582f8 macOS libc headers: downgrade to 10.15.7 (Catalina)
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-17 11:40:24 -08:00
..
glibc update glibc ABI files to 2.32 2020-08-30 21:28:11 -07:00
include macOS libc headers: downgrade to 10.15.7 (Catalina) 2020-11-17 11:40:24 -08:00
mingw Fixed mingw-w64 8.0.0 compilation 2020-11-05 20:04:25 +02:00
musl update musl sources to 1.2.1 2020-11-06 14:13:57 -07:00