Added unistd.h and some linux syscall wrappers

This commit is contained in:
Max Wash
2020-03-31 18:36:58 +01:00
parent 76d1753ab5
commit 5e3d012bf7
17 changed files with 450 additions and 7 deletions

View File

@@ -23,6 +23,8 @@ extern FILE *stdin;
extern FILE *stdout;
extern FILE *stderr;
extern int fileno(FILE *fp);
#if defined(__cplusplus)
}
#endif