summaryrefslogtreecommitdiff
path: root/lib/libc/unistd/dup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/unistd/dup2.c')
-rw-r--r--lib/libc/unistd/dup2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/unistd/dup2.c b/lib/libc/unistd/dup2.c
index 414086ed..d2c47d09 100644
--- a/lib/libc/unistd/dup2.c
+++ b/lib/libc/unistd/dup2.c
@@ -1,6 +1,5 @@
-
#include <syscall.h> // for __syscall_2, syscall
int dup2(int fildes, int fildes2)