diff options
-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
@@ -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. @@ -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 |