summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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>