aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-10 09:27:49 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-10 09:27:49 +0000
commit2b30b2e51fd2bf6805a2ba688b2a4762014b1450 (patch)
treec92386967edb7d0b8865e59f2f03115cc045e58e
parentf49d6407117bc173e6477b03773e56411c543c1f (diff)
downloadglibc-2b30b2e51fd2bf6805a2ba688b2a4762014b1450.tar
glibc-2b30b2e51fd2bf6805a2ba688b2a4762014b1450.tar.gz
glibc-2b30b2e51fd2bf6805a2ba688b2a4762014b1450.tar.bz2
glibc-2b30b2e51fd2bf6805a2ba688b2a4762014b1450.zip
Update.
2003-03-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: New file. * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Remove declaration of __libc_locking_needed. (lll_trylock): Initialize %eax to zero. * sysdeps/unix/sysv/linux/x86_64/lowlevelcond.h: New file. * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Update pthread_cond_t definition. * sysdeps/unix/sysv/linux/x86_64/fork.c: New file.
-rw-r--r--nptl/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index b09d648e75..78d663ebe7 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,16 @@
+2003-03-10 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: New file.
+
+ * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Remove declaration
+ of __libc_locking_needed.
+ (lll_trylock): Initialize %eax to zero.
+
+ * sysdeps/unix/sysv/linux/x86_64/lowlevelcond.h: New file.
+
+ * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Update
+ pthread_cond_t definition.
+
2003-03-10 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/lowlevelcond.sym: New file.
@@ -34,6 +47,7 @@
2003-03-09 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: New file.
+ * sysdeps/unix/sysv/linux/x86_64/fork.c: New file.
* sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Fix many
leftovers from the ia32 code.