summaryrefslogtreecommitdiffstats
path: root/usr/klibc/socketcalls/socketcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/klibc/socketcalls/socketcommon.h')
-rw-r--r--usr/klibc/socketcalls/socketcommon.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr/klibc/socketcalls/socketcommon.h b/usr/klibc/socketcalls/socketcommon.h
new file mode 100644
index 0000000..7fdd547
--- /dev/null
+++ b/usr/klibc/socketcalls/socketcommon.h
@@ -0,0 +1,15 @@
+/*
+ * 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>