mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 15:19: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
No EOL
156 B
C
Vendored
5 lines
No EOL
156 B
C
Vendored
#ifdef __arm__
|
|
#include <arm/acle-compat.h>
|
|
#else /* !__arm__ */
|
|
#error Do not include this header, used only for 32-bit compatibility
|
|
#endif /* !__arm__ */ |