mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
7 lines
157 B
C
Vendored
7 lines
157 B
C
Vendored
/* $NetBSD: math.h,v 1.7 2014/02/01 16:10:12 matt Exp $ */
|
|
|
|
#define __HAVE_NANF
|
|
|
|
#if defined(_LP64) || defined(_KERNEL)
|
|
#define __HAVE_LONG_DOUBLE 128
|
|
#endif |