diff options
Diffstat (limited to 'src/fcntl/fcntl.c')
-rw-r--r-- | src/fcntl/fcntl.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fcntl/fcntl.c b/src/fcntl/fcntl.c index 3e2715b4..a66a5ec3 100644 --- a/src/fcntl/fcntl.c +++ b/src/fcntl/fcntl.c @@ -1,3 +1,5 @@ +#if 0 + #include <sys/types.h> #include <fcntl.h> #include <errno.h> @@ -58,3 +60,6 @@ int fcntl(int fildes, int cmd, ...) /* POSIX(1) */ + + +#endif |