aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2004-02-17 21:09:13 +0000
committerH. Peter Anvin <hpa@zytor.com>2004-02-17 21:09:13 +0000
commitcc13e976f7b344f8b4271f079d2722b5d42a1317 (patch)
treeb6cb443b871539dfdc316c2038583c2f03db51bc
parent5423ef74f55d0baadb32f85e07d361879289e0e9 (diff)
downloadklibc-cc13e976f7b344f8b4271f079d2722b5d42a1317.tar.gz
Add <sys/un.h>klibc-0.110
-rw-r--r--include/sys/un.h10
-rw-r--r--klibc/include/sys/un.h10
2 files changed, 20 insertions, 0 deletions
diff --git a/include/sys/un.h b/include/sys/un.h
new file mode 100644
index 0000000000000..df42d719f7aa1
--- /dev/null
+++ b/include/sys/un.h
@@ -0,0 +1,10 @@
+/*
+ * <sys/un.h>
+ */
+
+#ifndef _SYS_UN_H
+#define _SYS_UN_H
+
+#include <linux/un.h>
+
+#endif /* _SYS_UN_H */
diff --git a/klibc/include/sys/un.h b/klibc/include/sys/un.h
new file mode 100644
index 0000000000000..df42d719f7aa1
--- /dev/null
+++ b/klibc/include/sys/un.h
@@ -0,0 +1,10 @@
+/*
+ * <sys/un.h>
+ */
+
+#ifndef _SYS_UN_H
+#define _SYS_UN_H
+
+#include <linux/un.h>
+
+#endif /* _SYS_UN_H */