diff options
Diffstat (limited to 'src/unistd/dup2.c')
-rw-r--r-- | src/unistd/dup2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/dup2.c b/src/unistd/dup2.c index 89d0cb8d..e18ff8b1 100644 --- a/src/unistd/dup2.c +++ b/src/unistd/dup2.c @@ -1,3 +1,5 @@ +#if 0 + #include <stddef.h> #include <sys/types.h> #include <unistd.h> @@ -14,3 +16,6 @@ int dup2(int fildes, int fildes2) /* POSIX(1) */ + + +#endif |