about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-23 17:43:30 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-23 17:43:30 +0000
commit7b0a32a30505e02f2b138b1695096b0ddb2ab62d (patch)
tree26b9e46cd0258a50e37ba31896765f2c034ff6a0 /ChangeLog
parent3a4f2043a1b1cce35edf588681433720bf2c2374 (diff)
downloadglibc-7b0a32a30505e02f2b138b1695096b0ddb2ab62d.tar.gz
glibc-7b0a32a30505e02f2b138b1695096b0ddb2ab62d.tar.xz
glibc-7b0a32a30505e02f2b138b1695096b0ddb2ab62d.zip
Update.
2003-06-23  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/pthread/aio_suspend.c (aio_suspend): Set errno to EINTR
	if this is what pthread_cond_wait returned.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 404169f1df..69dce621b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-23  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/pthread/aio_suspend.c (aio_suspend): Set errno to EINTR
+	if this is what pthread_cond_wait returned.
+
 2003-06-20  Richard Henderson  <rth@redhat.com>
 
 	* sysdeps/unix/make-syscalls.sh: Implement ! prefix for strong aliases.