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.
This commit is contained in:
Ulrich Drepper 1998-12-01 20:53:27 +00:00
parent 628a0aa152
commit 19c6b9c8ab
5 changed files with 14 additions and 1 deletions

View File

@ -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> 1998-11-29 1998 H.J. Lu <hjl@gnu.org>
* libio/genops.c (_IO_unbuffer_write): Renamed from * libio/genops.c (_IO_unbuffer_write): Renamed from

View File

@ -14,3 +14,4 @@ pututxline.c
setutxent.c setutxent.c
updwtmpx.c updwtmpx.c
utmpxname.c utmpxname.c
bits/libc-tsd.h

View File

@ -4,6 +4,7 @@ err_hurd.sub
libc-ldscript libc-ldscript
libc_p-ldscript libc_p-ldscript
cthreads.c cthreads.c
bits/libc-tsd.h
net/ethernet.h net/ethernet.h
net/if.h net/if.h
net/if_arp.h net/if_arp.h

View File

@ -6,6 +6,7 @@ entry.h
regdef.h regdef.h
fpregdef.h fpregdef.h
sgidefs.h sgidefs.h
xstatconv.c
sys/acct.h sys/acct.h
sys/asm.h sys/asm.h
sys/cachectl.h sys/cachectl.h

View File

@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */ /* This file just defines the current version number of libc. */
#define RELEASE "experimental" #define RELEASE "experimental"
#define VERSION "2.0.104" #define VERSION "2.0.105"