mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
6 lines
142 B
C
Vendored
6 lines
142 B
C
Vendored
/* $NetBSD: math.h,v 1.4 2014/01/31 19:38:06 matt Exp $ */
|
|
|
|
#define __HAVE_NANF
|
|
#ifdef __ARM_PCS_AAPCS64
|
|
#define __HAVE_LONG_DOUBLE 128
|
|
#endif |