aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/bitypes.h1
-rw-r--r--sys/cdefs.h1
-rw-r--r--sys/dir.h1
-rw-r--r--sys/errno.h1
-rw-r--r--sys/fcntl.h1
-rw-r--r--sys/file.h1
-rw-r--r--sys/ioctl.h1
-rw-r--r--sys/poll.h1
-rw-r--r--sys/ptrace.h1
-rw-r--r--sys/resource.h1
-rw-r--r--sys/signal.h1
-rw-r--r--sys/socket.h1
-rw-r--r--sys/stat.h1
-rw-r--r--sys/syslog.h1
-rw-r--r--sys/termios.h1
-rw-r--r--sys/time.h1
-rw-r--r--sys/timeb.h1
-rw-r--r--sys/times.h1
-rw-r--r--sys/ttydefaults.h1
-rw-r--r--sys/types.h1
-rw-r--r--sys/uio.h1
-rw-r--r--sys/un.h1
-rw-r--r--sys/unistd.h1
-rw-r--r--sys/utsname.h1
-rw-r--r--sys/vlimit.h1
-rw-r--r--sys/vtimes.h1
-rw-r--r--sys/wait.h1
27 files changed, 27 insertions, 0 deletions
diff --git a/sys/bitypes.h b/sys/bitypes.h
new file mode 100644
index 0000000..1379451
--- /dev/null
+++ b/sys/bitypes.h
@@ -0,0 +1 @@
+#include <resolv/sys/bitypes.h>
diff --git a/sys/cdefs.h b/sys/cdefs.h
new file mode 100644
index 0000000..200abb4
--- /dev/null
+++ b/sys/cdefs.h
@@ -0,0 +1 @@
+#include <misc/sys/cdefs.h>
diff --git a/sys/dir.h b/sys/dir.h
new file mode 100644
index 0000000..5453e74
--- /dev/null
+++ b/sys/dir.h
@@ -0,0 +1 @@
+#include <misc/sys/dir.h>
diff --git a/sys/errno.h b/sys/errno.h
new file mode 100644
index 0000000..339f4fc
--- /dev/null
+++ b/sys/errno.h
@@ -0,0 +1 @@
+#include <errno.h>
diff --git a/sys/fcntl.h b/sys/fcntl.h
new file mode 100644
index 0000000..dec2157
--- /dev/null
+++ b/sys/fcntl.h
@@ -0,0 +1 @@
+#include <io/sys/fcntl.h>
diff --git a/sys/file.h b/sys/file.h
new file mode 100644
index 0000000..fb3cd75
--- /dev/null
+++ b/sys/file.h
@@ -0,0 +1 @@
+#include <misc/sys/file.h>
diff --git a/sys/ioctl.h b/sys/ioctl.h
new file mode 100644
index 0000000..8cc7775
--- /dev/null
+++ b/sys/ioctl.h
@@ -0,0 +1 @@
+#include <misc/sys/ioctl.h>
diff --git a/sys/poll.h b/sys/poll.h
new file mode 100644
index 0000000..5231e68
--- /dev/null
+++ b/sys/poll.h
@@ -0,0 +1 @@
+#include <io/sys/poll.h>
diff --git a/sys/ptrace.h b/sys/ptrace.h
new file mode 100644
index 0000000..f099a4e
--- /dev/null
+++ b/sys/ptrace.h
@@ -0,0 +1 @@
+#include <misc/sys/ptrace.h>
diff --git a/sys/resource.h b/sys/resource.h
new file mode 100644
index 0000000..33e6f4d
--- /dev/null
+++ b/sys/resource.h
@@ -0,0 +1 @@
+#include <resource/sys/resource.h>
diff --git a/sys/signal.h b/sys/signal.h
new file mode 100644
index 0000000..b2110df
--- /dev/null
+++ b/sys/signal.h
@@ -0,0 +1 @@
+#include <signal/sys/signal.h>
diff --git a/sys/socket.h b/sys/socket.h
new file mode 100644
index 0000000..999a683
--- /dev/null
+++ b/sys/socket.h
@@ -0,0 +1 @@
+#include <socket/sys/socket.h>
diff --git a/sys/stat.h b/sys/stat.h
new file mode 100644
index 0000000..37a5260
--- /dev/null
+++ b/sys/stat.h
@@ -0,0 +1 @@
+#include <io/sys/stat.h>
diff --git a/sys/syslog.h b/sys/syslog.h
new file mode 100644
index 0000000..247528b
--- /dev/null
+++ b/sys/syslog.h
@@ -0,0 +1 @@
+#include <misc/sys/syslog.h>
diff --git a/sys/termios.h b/sys/termios.h
new file mode 100644
index 0000000..27e4de5
--- /dev/null
+++ b/sys/termios.h
@@ -0,0 +1 @@
+#include <termios/sys/termios.h>
diff --git a/sys/time.h b/sys/time.h
new file mode 100644
index 0000000..5595a95
--- /dev/null
+++ b/sys/time.h
@@ -0,0 +1 @@
+#include <time/sys/time.h>
diff --git a/sys/timeb.h b/sys/timeb.h
new file mode 100644
index 0000000..9f4509c
--- /dev/null
+++ b/sys/timeb.h
@@ -0,0 +1 @@
+#include <time/sys/timeb.h>
diff --git a/sys/times.h b/sys/times.h
new file mode 100644
index 0000000..16ca911
--- /dev/null
+++ b/sys/times.h
@@ -0,0 +1 @@
+#include <posix/sys/times.h>
diff --git a/sys/ttydefaults.h b/sys/ttydefaults.h
new file mode 100644
index 0000000..9cf7f1b
--- /dev/null
+++ b/sys/ttydefaults.h
@@ -0,0 +1 @@
+#include <termios/sys/ttydefaults.h>
diff --git a/sys/types.h b/sys/types.h
new file mode 100644
index 0000000..716732f
--- /dev/null
+++ b/sys/types.h
@@ -0,0 +1 @@
+#include <posix/sys/types.h>
diff --git a/sys/uio.h b/sys/uio.h
new file mode 100644
index 0000000..03afd84
--- /dev/null
+++ b/sys/uio.h
@@ -0,0 +1 @@
+#include <misc/sys/uio.h>
diff --git a/sys/un.h b/sys/un.h
new file mode 100644
index 0000000..bdbee99
--- /dev/null
+++ b/sys/un.h
@@ -0,0 +1 @@
+#include <socket/sys/un.h>
diff --git a/sys/unistd.h b/sys/unistd.h
new file mode 100644
index 0000000..8ca19e5
--- /dev/null
+++ b/sys/unistd.h
@@ -0,0 +1 @@
+#include <posix/sys/unistd.h>
diff --git a/sys/utsname.h b/sys/utsname.h
new file mode 100644
index 0000000..ff81bdf
--- /dev/null
+++ b/sys/utsname.h
@@ -0,0 +1 @@
+#include <posix/sys/utsname.h>
diff --git a/sys/vlimit.h b/sys/vlimit.h
new file mode 100644
index 0000000..8a76d2f
--- /dev/null
+++ b/sys/vlimit.h
@@ -0,0 +1 @@
+#include <resource/sys/vlimit.h>
diff --git a/sys/vtimes.h b/sys/vtimes.h
new file mode 100644
index 0000000..dd666ca
--- /dev/null
+++ b/sys/vtimes.h
@@ -0,0 +1 @@
+#include <resource/sys/vtimes.h>
diff --git a/sys/wait.h b/sys/wait.h
new file mode 100644
index 0000000..379d5cc
--- /dev/null
+++ b/sys/wait.h
@@ -0,0 +1 @@
+#include <posix/sys/wait.h>