mirror of
https://github.com/ziglang/zig.git
synced 2025-12-10 08:13:07 +00:00
osreldate.h and sys/param.h were manually adjusted to not __FreeBSD_version since it will be defined by the compiler.
5 lines
91 B
C
Vendored
5 lines
91 B
C
Vendored
#ifdef __arm__
|
|
#include <arm/exec.h>
|
|
#else /* !__arm__ */
|
|
/* empty */
|
|
#endif /* !__arm__ */ |