From: Ulrich Drepper Date: Thu, 19 Jan 2006 07:55:12 +0000 (+0000) Subject: * misc/pselect.c (__pselect): No need to enable async cancellation X-Git-Tag: upstream/2.30~15851 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df3eec7da94ca39164e2e209eb3b3a06abaca493;p=external%2Fglibc.git * misc/pselect.c (__pselect): No need to enable async cancellation here. This is done in select. --- diff --git a/ChangeLog b/ChangeLog index 58779e1..c0e8c7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,9 @@ 2006-01-18 Ulrich Drepper + * 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.