diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | sysdeps/generic/Dist | 1 | ||||
-rw-r--r-- | sysdeps/mach/hurd/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/Dist | 1 | ||||
-rw-r--r-- | version.h | 2 |
5 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,13 @@ +1998-12-01 Ulrich Drepper <drepper@cygnus.com> + + * version.h (VERSION): Bump to 2.0.105. + + * sysdeps/generic/Dist: Add bits/libc-tsd.h. + + * sysdeps/mach/hurd/Dist: Add bits/libc-tsd.h. + + * sysdeps/unix/sysv/linux/mips/Dist: Add xstatconv.c. + 1998-11-29 1998 H.J. Lu <hjl@gnu.org> * libio/genops.c (_IO_unbuffer_write): Renamed from diff --git a/sysdeps/generic/Dist b/sysdeps/generic/Dist index 190f972..be8c4a8 100644 --- a/sysdeps/generic/Dist +++ b/sysdeps/generic/Dist @@ -14,3 +14,4 @@ pututxline.c setutxent.c updwtmpx.c utmpxname.c +bits/libc-tsd.h diff --git a/sysdeps/mach/hurd/Dist b/sysdeps/mach/hurd/Dist index 03f422d..b78b1e2 100644 --- a/sysdeps/mach/hurd/Dist +++ b/sysdeps/mach/hurd/Dist @@ -4,6 +4,7 @@ err_hurd.sub libc-ldscript libc_p-ldscript cthreads.c +bits/libc-tsd.h net/ethernet.h net/if.h net/if_arp.h diff --git a/sysdeps/unix/sysv/linux/mips/Dist b/sysdeps/unix/sysv/linux/mips/Dist index f3ae821..5f0429b 100644 --- a/sysdeps/unix/sysv/linux/mips/Dist +++ b/sysdeps/unix/sysv/linux/mips/Dist @@ -6,6 +6,7 @@ entry.h regdef.h fpregdef.h sgidefs.h +xstatconv.c sys/acct.h sys/asm.h sys/cachectl.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "experimental" -#define VERSION "2.0.104" +#define VERSION "2.0.105" |