1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:17:35 +00:00

Kernel+LibC: Share definitions for unistd.h

This commit is contained in:
Andreas Kling 2021-08-14 19:03:23 +02:00
parent d33b43276c
commit 9c2212a60a
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