Kernel+LibC: Share definitions for unistd.h

This commit is contained in:
Andreas Kling 2021-08-14 19:03:23 +02:00
commit 9c2212a60a
Notes: sideshowbarker 2024-07-18 06:54:09 +09:00
4 changed files with 59 additions and 87 deletions

View file

@ -21,10 +21,6 @@ __BEGIN_DECLS
# define EOF (-1)
#endif
#define SEEK_SET 0
#define SEEK_CUR 1
#define SEEK_END 2
#define _IOFBF 0
#define _IOLBF 1
#define _IONBF 2