aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-19 07:55:12 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-19 07:55:12 +0000
commitdf3eec7da94ca39164e2e209eb3b3a06abaca493 (patch)
treebf35f9fccf6d8b490a1efc498e3ffea170203edc /ChangeLog
parentb59b200e947db4de77d49a7dd43e09240c1dcbc6 (diff)
downloadglibc-df3eec7da94ca39164e2e209eb3b3a06abaca493.tar
glibc-df3eec7da94ca39164e2e209eb3b3a06abaca493.tar.gz
glibc-df3eec7da94ca39164e2e209eb3b3a06abaca493.tar.bz2
glibc-df3eec7da94ca39164e2e209eb3b3a06abaca493.zip
* misc/pselect.c (__pselect): No need to enable async cancellation
here. This is done in select.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58779e1b64..c0e8c7b7a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
2006-01-18 Ulrich Drepper <drepper@redhat.com>
+ * misc/pselect.c (__pselect): No need to enable async cancellation
+ here. This is done in select.
+
* sysdeps/unix/sysv/linux/fxstatat.c [STAT_IS_KERNEL_STAT]
(__fxstatat): Correct handling of invalid vers values.