about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-15 20:15:10 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-15 20:15:10 +0000
commiteaf95a2682f802f76e60dfa73be4fc4b9ce0f99c (patch)
tree37ed4b83a102a7a65e79188334fe3cea3439bb0d /nptl/ChangeLog
parentebca8f730eb78d3aaa0d245033556e0c9fb0ec35 (diff)
downloadglibc-eaf95a2682f802f76e60dfa73be4fc4b9ce0f99c.tar.gz
glibc-eaf95a2682f802f76e60dfa73be4fc4b9ce0f99c.tar.xz
glibc-eaf95a2682f802f76e60dfa73be4fc4b9ce0f99c.zip
* tst-eintr2.c (do_test): make sure that if mutex_lock in main
	thread returns the program exits with an error code.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 9c37906467..7c88aa5a16 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-15  Ulrich Drepper  <drepper@redhat.com>
+
+	* tst-eintr2.c (do_test): make sure that if mutex_lock in main
+	thread returns the program exits with an error code.
+
 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
 
 	* pthread-errnos.sym: Add EOVERFLOW.