* misc/pselect.c (__pselect): No need to enable async cancellation
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Jan 2006 07:55:12 +0000 (07:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 19 Jan 2006 07:55:12 +0000 (07:55 +0000)
here.  This is done in select.

ChangeLog

index 58779e1..c0e8c7b 100644 (file)
--- 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.