diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-27 12:10:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-27 12:10:11 +0000 |
commit | 934b77ac65ad586e705c8af618ec9c86a2255e90 (patch) | |
tree | 72e1f9713bb1d48d889fd823156f750000972612 /sysdeps | |
parent | 63e9560b5a802421ae916502f77f534c8d69dbcb (diff) | |
download | glibc-934b77ac65ad586e705c8af618ec9c86a2255e90.zip glibc-934b77ac65ad586e705c8af618ec9c86a2255e90.tar.gz glibc-934b77ac65ad586e705c8af618ec9c86a2255e90.tar.bz2 |
Update.
2002-08-27 Ulrich Drepper <drepper@redhat.com>
* sysdeps/arm/Dist: Add bits/link.h.
* sunrpc/Makefile: Distribute thrsvc.
* stdio-common/Makefile: Remove more left-overs from old stdio.
* include/linewrap.h: Removed.
* libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
* intl/Makefile (distribute): Add plural-eval.c.
* stdio-common/Makefile (headers): Remove bits/stdio_lim.h. This
file isn't distributed. Add special rules to install bits/stdio_lim.h.
* Make-dist: Remove traces of old stdio.
* Makeconfig: Likewise.
* locale/Makefile (localedef-aux): New variable. Only md5
assigned to it. These files are not ddistributed in this directory.
* sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
* sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
* sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
* sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/arm/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-32/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/Dist | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/arm/Dist b/sysdeps/arm/Dist index d78de40..441c9ba 100644 --- a/sysdeps/arm/Dist +++ b/sysdeps/arm/Dist @@ -1 +1,2 @@ ieee754.h +bits/link.h diff --git a/sysdeps/unix/sysv/linux/s390/Dist b/sysdeps/unix/sysv/linux/s390/Dist index bc4e141..4af39f7 100644 --- a/sysdeps/unix/sysv/linux/s390/Dist +++ b/sysdeps/unix/sysv/linux/s390/Dist @@ -1,3 +1,4 @@ ldd-rewrite.sed sys/elf.h +sys/procfs.h sys/user.h diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/Dist b/sysdeps/unix/sysv/linux/s390/s390-32/Dist index beebff1..c0a7dc8 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/Dist +++ b/sysdeps/unix/sysv/linux/s390/s390-32/Dist @@ -4,5 +4,4 @@ setresuid.c setresgid.c setfsuid.c setfsgid.c -sys/procfs.h ucontext_i.h diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/Dist b/sysdeps/unix/sysv/linux/s390/s390-64/Dist index 38ff6d7..bc32c76 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/Dist +++ b/sysdeps/unix/sysv/linux/s390/s390-64/Dist @@ -1,4 +1,3 @@ clone.S kernel_stat.h -sys/procfs.h ucontext_i.h |