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