From 28f540f45bbacd939bfd07f213bcad2bf730b1bf Mon Sep 17 00:00:00 2001 From: Roland McGrath <roland@gnu.org> Date: Sat, 18 Feb 1995 01:27:10 +0000 Subject: initial import --- sys/bitypes.h | 1 + sys/cdefs.h | 1 + sys/dir.h | 1 + sys/errno.h | 1 + sys/fcntl.h | 1 + sys/file.h | 1 + sys/ioctl.h | 1 + sys/poll.h | 1 + sys/ptrace.h | 1 + sys/resource.h | 1 + sys/signal.h | 1 + sys/socket.h | 1 + sys/stat.h | 1 + sys/syslog.h | 1 + sys/termios.h | 1 + sys/time.h | 1 + sys/timeb.h | 1 + sys/times.h | 1 + sys/ttydefaults.h | 1 + sys/types.h | 1 + sys/uio.h | 1 + sys/un.h | 1 + sys/unistd.h | 1 + sys/utsname.h | 1 + sys/vlimit.h | 1 + sys/vtimes.h | 1 + sys/wait.h | 1 + 27 files changed, 27 insertions(+) create mode 100644 sys/bitypes.h create mode 100644 sys/cdefs.h create mode 100644 sys/dir.h create mode 100644 sys/errno.h create mode 100644 sys/fcntl.h create mode 100644 sys/file.h create mode 100644 sys/ioctl.h create mode 100644 sys/poll.h create mode 100644 sys/ptrace.h create mode 100644 sys/resource.h create mode 100644 sys/signal.h create mode 100644 sys/socket.h create mode 100644 sys/stat.h create mode 100644 sys/syslog.h create mode 100644 sys/termios.h create mode 100644 sys/time.h create mode 100644 sys/timeb.h create mode 100644 sys/times.h create mode 100644 sys/ttydefaults.h create mode 100644 sys/types.h create mode 100644 sys/uio.h create mode 100644 sys/un.h create mode 100644 sys/unistd.h create mode 100644 sys/utsname.h create mode 100644 sys/vlimit.h create mode 100644 sys/vtimes.h create mode 100644 sys/wait.h (limited to 'sys') diff --git a/sys/bitypes.h b/sys/bitypes.h new file mode 100644 index 0000000000..137945172d --- /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 0000000000..200abb4f02 --- /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 0000000000..5453e743fc --- /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 0000000000..339f4fc10c --- /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 0000000000..dec2157be6 --- /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 0000000000..fb3cd7544e --- /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 0000000000..8cc77757f6 --- /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 0000000000..5231e6845e --- /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 0000000000..f099a4e912 --- /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 0000000000..33e6f4de9e --- /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 0000000000..b2110df1ae --- /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 0000000000..999a683016 --- /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 0000000000..37a526069f --- /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 0000000000..247528b430 --- /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 0000000000..27e4de5f4b --- /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 0000000000..5595a957a0 --- /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 0000000000..9f4509c35e --- /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 0000000000..16ca91138a --- /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 0000000000..9cf7f1b6b9 --- /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 0000000000..716732f4d4 --- /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 0000000000..03afd84b87 --- /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 0000000000..bdbee99980 --- /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 0000000000..8ca19e5516 --- /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 0000000000..ff81bdf48e --- /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 0000000000..8a76d2fd00 --- /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 0000000000..dd666ca443 --- /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 0000000000..379d5cc7a5 --- /dev/null +++ b/sys/wait.h @@ -0,0 +1 @@ +#include <posix/sys/wait.h> -- cgit v1.2.3-65-gdbad