summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-15 21:54:29 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-15 21:54:29 +0000
commit1b804a349f2f210df5e9aab35380df513191e334 (patch)
treee0b6d73bccf6849a30bcce4c89d8436b794fc6a5 /ChangeLog
parent933c64a356e129481238b6e2bf4b75e4e23a0b90 (diff)
* sysdeps/unix/sysv/linux/syscalls.list (epoll_wait): Align with
poll, make cancelable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f4d57e90b1..a09c9bbffb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2005-11-15 Ulrich Drepper <drepper@redhat.com>
- * sysdeps/unix/sysv/linux/syscalls.list (epoll_create, epoll_ctl,
- epoll_wait): Align with poll, make cancelable.
+ * sysdeps/unix/sysv/linux/syscalls.list (epoll_wait): Align with
+ poll, make cancelable.
2005-11-15 Jakub Jelinek <jakub@redhat.com>