FENIX_libc/arch/i386/unistd_ilp.h

10 lines
186 B
C
Raw Normal View History

2020-12-21 19:45:19 +00:00
#ifndef _ARCH_UNISTD_ILP_H
#define _ARCH_UNISTD_ILP_H
2022-10-09 17:08:55 +00:00
/*
32-bit ISA, 32-bit int, long, pointer, and offset_t
*/
2020-12-21 19:45:19 +00:00
#define _POSIX_V6_ILP32_OFF32 1
#define _POSIX_V7_ILP32_OFF32 1
#endif