diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-07 04:23:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-07 04:23:14 +0000 |
commit | aa75f64c626d40a05177e2d25053db988c339779 (patch) | |
tree | 5c0790847aa801ad7a6288f3ed34b0578a45b88f /nptl/tst-cancel-wrappers.sh | |
parent | 711deb05844be0f8ede7b4ef30838b969d8571bc (diff) | |
download | glibc-aa75f64c626d40a05177e2d25053db988c339779.tar glibc-aa75f64c626d40a05177e2d25053db988c339779.tar.gz glibc-aa75f64c626d40a05177e2d25053db988c339779.tar.bz2 glibc-aa75f64c626d40a05177e2d25053db988c339779.zip |
* posix/unistd.h: Remove __THROW from fdatasync.
Diffstat (limited to 'nptl/tst-cancel-wrappers.sh')
-rw-r--r-- | nptl/tst-cancel-wrappers.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/tst-cancel-wrappers.sh b/nptl/tst-cancel-wrappers.sh index d6f16d1ed2..61b9fb52de 100644 --- a/nptl/tst-cancel-wrappers.sh +++ b/nptl/tst-cancel-wrappers.sh @@ -1,6 +1,6 @@ #! /bin/sh # Test whether all cancelable functions are cancelable. -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. @@ -26,6 +26,7 @@ C["close"]=1 C["connect"]=1 C["creat"]=1 C["fcntl"]=1 +C["fdatasync"]=1 C["fsync"]=1 C["msgrcv"]=1 C["msgsnd"]=1 |