Added constants

This commit is contained in:
Gitea 2020-12-21 13:45:19 -06:00
parent 93e53acd73
commit a37a3c3928
2 changed files with 28 additions and 7 deletions

7
arch/i386/unistd_ilp.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef _ARCH_UNISTD_ILP_H
#define _ARCH_UNISTD_ILP_H
#define _POSIX_V6_ILP32_OFF32 1
#define _POSIX_V7_ILP32_OFF32 1
#endif