about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-09 21:03:41 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-09 21:03:41 +0000
commitae3c15710218925e65d044f9c2f0abd85ead68cf (patch)
tree542b6ffc9f5c1fe3f90a06c039b1a1f608216f1f /linuxthreads/ChangeLog
parentc2fa5b5a4f4d2f0f71918f4cd8b5b67a26d4b72c (diff)
downloadglibc-ae3c15710218925e65d044f9c2f0abd85ead68cf.tar.gz
glibc-ae3c15710218925e65d044f9c2f0abd85ead68cf.tar.xz
glibc-ae3c15710218925e65d044f9c2f0abd85ead68cf.zip
Update.
1999-07-09  H.J. Lu  <hjl@gnu.org>

	* Versions.def (GLIBC_2.1.2): Added.

	* nss/getXXent_r.c: Make the new ABI GLIBC_2.1.2 and keep the
	old one as GLIBC_2.0.
	* nss/getXXbyYY_r.c: Likewise.

	* grp/Versions (getgrent_r, getgrgid_r, getgrnam_r): Added to
	GLIBC_2.1.2.
	* inet/Versions (getaliasbyname_r, getaliasent_r,
	gethostbyaddr_r, gethostbyname2_r, gethostbyname_r,
	gethostent_r, getnetbyaddr_r, getnetbyname_r, getnetent_r,
	getnetgrent_r, getprotobyname_r, getprotobynumber_r,
	getprotoent_r, getrpcbyname_r, getrpcbynumber_r, getrpcent_r,
	getservbyname_r): Likewise.
	* pwd/Versions (getpwent_r, getpwuid_r): Likewise.
	* shadow/Versions (getspent_r, getspnam_r): Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index f653383f5e..5012b244eb 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,8 +1,8 @@
 1999-07-09  Cristian Gafton  <gafton@redhat.com>
 
 	* Makefile (libpthread-routines): Add oldsemaphore routine.
-	* Versions: Add sem_destroy; sem_getvalue; sem_init; sem_post;
-	sem_trywait; sem_wait; to GLIBC_2.1.
+	* Versions: Add sem_destroy, sem_getvalue, sem_init, sem_post,
+	sem_trywait, and sem_wait to GLIBC_2.1.
 	* oldsemaphore.c: New file.
 	* semaphore.c: Add default_symbol_versions for the changed functions.
 	(__new_sem_init): Rename from sem_init.