diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 8 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/brk.S | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sigcontext.h (renamed from sysdeps/unix/sysv/linux/i386/sigcontext.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/procfs.h | 1 |
5 files changed, 11 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index 0879234162..ef0dfbce89 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -1,12 +1,17 @@ init-first.h sysctl.c +termio.h net/if.h +net/if_arp.h net/if_ppp.h net/ppp-comp.h net/ppp_defs.h +net/route.h nfs/nfs.h sys/acct.h +sys/debugreg.h sys/io.h +sys/kd.h sys/kdaemon.h sys/klog.h sys/module.h @@ -14,9 +19,10 @@ sys/mount.h sys/procfs.h sys/quota.h sys/socketcall.h +sys/soundcard.h sys/sysctl.h sys/sysinfo.h sys/sysmacros.h sys/timex.h sys/user.h -termio.h +sys/vt.h diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 7cfa06db66..0f563f082a 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -31,7 +31,8 @@ sysdep_headers += sys/timex.h endif ifeq ($(subdir), socket) -sysdep_headers += sys/socketcall.h net/if.h +sysdep_headers += sys/socketcall.h net/if.h net/if_ppp.h net/ppp-comp.h \ + net/ppp_defs.h net/if_arp.h net/route.h endif ifeq ($(subdir), sunrpc) diff --git a/sysdeps/unix/sysv/linux/alpha/brk.S b/sysdeps/unix/sysv/linux/alpha/brk.S index ad5f021e99..75be949aff 100644 --- a/sysdeps/unix/sysv/linux/alpha/brk.S +++ b/sysdeps/unix/sysv/linux/alpha/brk.S @@ -21,6 +21,7 @@ error. Instead, the error condition is indicated by returning the old break value (instead of the new, requested one). */ #include <sysdep.h> +#define _ERRNO_H #include <errnos.h> #ifdef PIC diff --git a/sysdeps/unix/sysv/linux/i386/sigcontext.h b/sysdeps/unix/sysv/linux/sigcontext.h index 92733ab447..92733ab447 100644 --- a/sysdeps/unix/sysv/linux/i386/sigcontext.h +++ b/sysdeps/unix/sysv/linux/sigcontext.h diff --git a/sysdeps/unix/sysv/linux/sys/procfs.h b/sysdeps/unix/sysv/linux/sys/procfs.h index d4a38980c3..619955c1e5 100644 --- a/sysdeps/unix/sysv/linux/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/sys/procfs.h @@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. */ #include <signal.h> #include <sys/time.h> #include <sys/types.h> +#include <asm/user.h> #include <asm/elf.h> struct elf_siginfo |