about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-08 19:44:33 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-08 19:44:33 +0000
commit696e556ea9b85beb8e6bad132d3d4dbdb5ab36a6 (patch)
tree4db6b271413792b54210ce0a214668cdde164d41 /nptl/ChangeLog
parent34c86f425441d13e9e6cebd2ce1ebd99fc373ce2 (diff)
downloadglibc-696e556ea9b85beb8e6bad132d3d4dbdb5ab36a6.tar.gz
glibc-696e556ea9b85beb8e6bad132d3d4dbdb5ab36a6.tar.xz
glibc-696e556ea9b85beb8e6bad132d3d4dbdb5ab36a6.zip
Update.
2003-02-08  Ulrich Drepper  <drepper@redhat.com>

	* tst-cond2.c: Rearrange code to not rely on behavior undefined
	according to POSIX.

	* tst-basic2.c (do_test): Lock mutex before creating the thread.
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 60c6bc2e83..a21ecfb0a3 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,10 @@
+2003-02-08  Ulrich Drepper  <drepper@redhat.com>
+
+	* tst-cond2.c: Rearrange code to not rely on behavior undefined
+	according to POSIX.
+
+	* tst-basic2.c (do_test): Lock mutex before creating the thread.
+
 2003-02-07  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/x86_64/tls.h: Remove unnecessary macros, left over from x86.