diff options
Diffstat (limited to 'lib/libc/unistd/dup3.c')
| -rw-r--r-- | lib/libc/unistd/dup3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/unistd/dup3.c b/lib/libc/unistd/dup3.c index 65cf5749..261f18f3 100644 --- a/lib/libc/unistd/dup3.c +++ b/lib/libc/unistd/dup3.c @@ -1,6 +1,5 @@ - #include <syscall.h> // for __syscall_3, syscall int dup3(int fildes, int fildes2, int flag) |
