diff options
Diffstat (limited to 'lib/libc/include/fcntl.h')
-rw-r--r-- | lib/libc/include/fcntl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/include/fcntl.h b/lib/libc/include/fcntl.h index 132aa0e..d17bf33 100644 --- a/lib/libc/include/fcntl.h +++ b/lib/libc/include/fcntl.h @@ -41,4 +41,6 @@ #define O_WRONLY 0x00001 #define O_RDWR 0x00002 +int open(const char *pathname, int flags, ...); + #endif /* !_FCNTL_H */ |