about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-12-11 04:52:17 +0000
committerUlrich Drepper <drepper@redhat.com>2003-12-11 04:52:17 +0000
commit1d9d0b80d1412f8a272e0881d34538a041e56b4b (patch)
tree0e353d8e5e13eba2a29c2538862592c6febf00fa /nptl/ChangeLog
parentc776b3d717593ee3fdd2120f80217f0abe0dec74 (diff)
downloadglibc-1d9d0b80d1412f8a272e0881d34538a041e56b4b.tar.gz
glibc-1d9d0b80d1412f8a272e0881d34538a041e56b4b.tar.xz
glibc-1d9d0b80d1412f8a272e0881d34538a041e56b4b.zip
Update.
2003-12-10  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/pthread/bits/libc-lock.h (__rtld_lock_initialize): Define.
	* sysdeps/unix/sysv/linux/fork.c (__libc_fork): Call
	__rtld_lock_initialize for ld.so lock.
	Patch in part by Adam Li <adam.li@intel.com>.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 776a258e30..441f0baa91 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-10  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/pthread/bits/libc-lock.h (__rtld_lock_initialize): Define.
+	* sysdeps/unix/sysv/linux/fork.c (__libc_fork): Call
+	__rtld_lock_initialize for ld.so lock.
+	Patch in part by Adam Li <adam.li@intel.com>.
+
 2003-12-02  David Mosberger  <davidm@hpl.hp.com>
 
 	* Makefile (link-libc-static): Remove -lgcc_eh---it's already mentioned