diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/Dist | 7 | ||||
-rw-r--r-- | sysdeps/unix/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/irix4/Dist | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/Dist | 1 |
5 files changed, 11 insertions, 4 deletions
diff --git a/sysdeps/unix/Dist b/sysdeps/unix/Dist index 9f4ecc4ffe..fbd1f4d9f5 100644 --- a/sysdeps/unix/Dist +++ b/sysdeps/unix/Dist @@ -1,5 +1,8 @@ -errnos-tmpl.c errnos.awk -ioctls-tmpl.c ioctls.awk snarf-ioctls +errnos-tmpl.c +errnos.awk +ioctls-tmpl.c +ioctls.awk +snarf-ioctls make_errlist.c mk-local_lim.c s-proto.S diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile index 234caee5d4..18bd88b614 100644 --- a/sysdeps/unix/Makefile +++ b/sysdeps/unix/Makefile @@ -270,6 +270,7 @@ endif endif +ifndef avoid-generated ifndef inhibit-unix-syscalls # Sysdep dirs unix/... can contain a file syscalls.list, @@ -312,3 +313,4 @@ common-generated += s-proto.d postclean-generated += sysd-syscalls endif +endif diff --git a/sysdeps/unix/sysv/irix4/Dist b/sysdeps/unix/sysv/irix4/Dist index cf0a898e53..09026af264 100644 --- a/sysdeps/unix/sysv/irix4/Dist +++ b/sysdeps/unix/sysv/irix4/Dist @@ -1 +1,2 @@ -__handler.S sigtramp.c +__handler.S +sigtramp.c diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index 89758cd3a8..e813a08c14 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -77,3 +77,5 @@ xstatconv.c getdents64.c __sendmsg.S __recvmsg.S +getresuid.c +getresgid.c diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/Dist b/sysdeps/unix/sysv/linux/sparc/sparc32/Dist index ed8fc080c1..b5928d86f2 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/Dist +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/Dist @@ -1,4 +1,3 @@ -__sigtrampoline.S bits/mman.h clone.S pipe.S |