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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ce3ca4101c..fe25da2b96 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2007-05-06 Mike Frysinger <vapier@gentoo.org> + + * tst-cancel-wrappers.sh: Set C["fdatasync"] to 1. + * tst-cancel4.c (tf_fdatasync): New test. + 2007-04-27 Ulrich Drepper <drepper@redhat.com> [BZ #4392] |