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:
parent
d33b43276c
commit
9c2212a60a
4 changed files with 59 additions and 87 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue