From: Ulrich Drepper Date: Sun, 20 Jul 2003 19:22:15 +0000 (+0000) Subject: lseek and llseek are no cancellation points. X-Git-Tag: upstream/2.30~18979 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a04c802bb972baad3b92ff459b770e8f54aece6;p=external%2Fglibc.git lseek and llseek are no cancellation points. --- diff --git a/linuxthreads/tst-cancel-wrappers.sh b/linuxthreads/tst-cancel-wrappers.sh index e2035c7..d6f16d1 100644 --- a/linuxthreads/tst-cancel-wrappers.sh +++ b/linuxthreads/tst-cancel-wrappers.sh @@ -27,8 +27,6 @@ C["connect"]=1 C["creat"]=1 C["fcntl"]=1 C["fsync"]=1 -C["llseek"]=1 -C["lseek"]=1 C["msgrcv"]=1 C["msgsnd"]=1 C["msync"]=1