mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 22:34:28 +00:00
osreldate.h and sys/param.h were manually adjusted to not __FreeBSD_version since it will be defined by the compiler.
7 lines
No EOL
123 B
C
Vendored
7 lines
No EOL
123 B
C
Vendored
#ifndef _MACHINE_IEEEFP_H_
|
|
#define _MACHINE_IEEEFP_H_
|
|
|
|
/* TODO */
|
|
typedef int fp_except_t;
|
|
|
|
#endif /* _MACHINE_IEEEFP_H_ */ |