diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 23:34:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 23:34:32 +0000 |
commit | 3d784d830015dcb614bf2d154e726e67bd10ea32 (patch) | |
tree | 244636a09afa7e38826d3ea11a3f12c8a342e66b | |
parent | fe019b571d945b5e0a36212023a209cffe13052b (diff) | |
download | glibc-3d784d830015dcb614bf2d154e726e67bd10ea32.tar.gz glibc-3d784d830015dcb614bf2d154e726e67bd10ea32.tar.xz glibc-3d784d830015dcb614bf2d154e726e67bd10ea32.zip |
Update. glibc-2.1.93 cvs/glibc-2_1_93
* sysdeps/unix/sysv/linux/powerpc/Dist: Add fe_nomask.c. * sysdeps/unix/sysv/linux/i386/Dist: Add olddirent.h.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/Dist | 1 |
4 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 59471b0606..9256048055 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * version.h (VERSION): Bump to 2.1.93. + * sysdeps/unix/sysv/linux/powerpc/Dist: Add fe_nomask.c. + * sysdeps/unix/sysv/linux/i386/Dist: Add olddirent.h. + * intl/Makefile (tests): Depend in mtrace-tst-gettext. Make this a new rule depending on tst-gettext.out and run mtrace. * intl/tst-gettext.c: Call mtrace. diff --git a/README b/README index 8b9147ef91..c424212afb 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This directory contains the version 2.1.92 release of the GNU C Library. +This directory contains the version 2.1.93 release of the GNU C Library. Many bugs have been fixed since the last release. Some bugs surely remain. diff --git a/sysdeps/unix/sysv/linux/i386/Dist b/sysdeps/unix/sysv/linux/i386/Dist index 087ad88b4e..ade2ab62da 100644 --- a/sysdeps/unix/sysv/linux/i386/Dist +++ b/sysdeps/unix/sysv/linux/i386/Dist @@ -1,4 +1,5 @@ clone.S +olddirent.h oldgetrlimit64.c setresuid.c setresgid.c diff --git a/sysdeps/unix/sysv/linux/powerpc/Dist b/sysdeps/unix/sysv/linux/powerpc/Dist index 5b221bd91c..54336cec39 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Dist +++ b/sysdeps/unix/sysv/linux/powerpc/Dist @@ -1,4 +1,5 @@ clone.S +fe_nomask.c kernel_stat.h kernel_termios.h oldgetrlimit64.c |