mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
Kernel+LibC: Share definitions for unistd.h
This commit is contained in:
parent
d33b43276c
commit
9c2212a60a
Notes:
sideshowbarker
2024-07-18 06:54:09 +09:00
Author: https://github.com/awesomekling
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