diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-01 20:53:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-01 20:53:27 +0000 |
commit | 19c6b9c8abf9c3d2a3c856ebc32b5cfeb3e2affe (patch) | |
tree | b8f4531b087008233a943cc3589620eabda3d0c9 | |
parent | 628a0aa1523e7160dac986d7988fcc08375cfd88 (diff) | |
download | glibc-19c6b9c8abf9c3d2a3c856ebc32b5cfeb3e2affe.tar glibc-19c6b9c8abf9c3d2a3c856ebc32b5cfeb3e2affe.tar.gz glibc-19c6b9c8abf9c3d2a3c856ebc32b5cfeb3e2affe.tar.bz2 glibc-19c6b9c8abf9c3d2a3c856ebc32b5cfeb3e2affe.zip |
Update.
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.
-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 190f972943..be8c4a8811 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 03f422d794..b78b1e2c9a 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 f3ae821129..5f0429b282 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" |