diff options
Diffstat (limited to 'src/fcntl/open.c')
-rw-r--r-- | src/fcntl/open.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fcntl/open.c b/src/fcntl/open.c index bc1ae2c1..0317a888 100644 --- a/src/fcntl/open.c +++ b/src/fcntl/open.c @@ -1,3 +1,5 @@ +#if 0 + #include <sys/types.h> #include <fcntl.h> #include <sys/stat.h> /* OH */ @@ -28,3 +30,6 @@ int open(const char *path, int oflag, ...) /* POSIX(1) */ + + +#endif |