summaryrefslogtreecommitdiff
path: root/klibc/klibc/socketcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/klibc/socketcommon.h')
-rw-r--r--klibc/klibc/socketcommon.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/klibc/klibc/socketcommon.h b/klibc/klibc/socketcommon.h
deleted file mode 100644
index 9c4b11fab8..0000000000
--- a/klibc/klibc/socketcommon.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * socketcommon.h
- *
- * Common header file for socketcall stubs
- */
-
-#define __IN_SYS_COMMON
-#include <errno.h>
-#include <signal.h>
-#include <sys/types.h>
-#include <sys/syscall.h>
-#include <sys/stat.h>
-#include <sys/time.h>
-#include <sys/socket.h>
-#include <linux/net.h>
-#include <sys/socketcalls.h>