about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-15 21:58:44 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-15 21:58:44 +0000
commit7761a3ac532d50d500bafc073e02ce17b52be377 (patch)
tree2e6e5b3da897b5afd4da51d51ac16b6b62ecc577 /ChangeLog
parent1b804a349f2f210df5e9aab35380df513191e334 (diff)
downloadglibc-7761a3ac532d50d500bafc073e02ce17b52be377.tar.gz
glibc-7761a3ac532d50d500bafc073e02ce17b52be377.tar.xz
glibc-7761a3ac532d50d500bafc073e02ce17b52be377.zip
* io/sys/poll.h: Add comment explaining poll is a cancellation
point.

	* sysdeps/unix/sysv/linux/sys/epoll.h: Add comment explaining
	epoll_wait is a cancellation point.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a09c9bbffb..901f92660c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
 2005-11-15  Ulrich Drepper  <drepper@redhat.com>
 
+	* io/sys/poll.h: Add comment explaining poll is a cancellation	point.
+
 	* sysdeps/unix/sysv/linux/syscalls.list (epoll_wait): Align with
 	poll, make cancelable.
+	* sysdeps/unix/sysv/linux/sys/epoll.h: Add comment explaining
+	epoll_wait is a cancellation point.
 
 2005-11-15  Jakub Jelinek  <jakub@redhat.com>