diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-20 19:22:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-20 19:22:15 +0000 |
commit | 2a04c802bb972baad3b92ff459b770e8f54aece6 (patch) | |
tree | 7706dd332aa673dec746f78f876b239ab6e9cc24 /linuxthreads | |
parent | 183f2df1863d0e0d7cd15eacea3bc556d70c39a7 (diff) | |
download | glibc-2a04c802bb972baad3b92ff459b770e8f54aece6.tar glibc-2a04c802bb972baad3b92ff459b770e8f54aece6.tar.gz glibc-2a04c802bb972baad3b92ff459b770e8f54aece6.tar.bz2 glibc-2a04c802bb972baad3b92ff459b770e8f54aece6.zip |
lseek and llseek are no cancellation points.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/tst-cancel-wrappers.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linuxthreads/tst-cancel-wrappers.sh b/linuxthreads/tst-cancel-wrappers.sh index e2035c7ed5..d6f16d1ed2 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 |