Description: add posix api header files from musl

CommitID:70a1d0d4761c478b6b33c3eb29af254a445ada74
This commit is contained in:
caoruihong
2021-01-22 16:18:25 +08:00
committed by mamingshuai
parent c3a34f1b79
commit d3e54ea9aa
231 changed files with 19798 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef _STDC_PREDEF_H
#define _STDC_PREDEF_H
#define __STDC_ISO_10646__ 201206L
#if !defined(__GCC_IEC_559) || __GCC_IEC_559 > 0
#define __STDC_IEC_559__ 1
#endif
#endif