[BZ #4465]
This commit is contained in:
Ulrich Drepper 2007-05-07 04:24:57 +00:00
parent aa75f64c62
commit 15eca72044
2 changed files with 3 additions and 0 deletions

View File

@ -1,9 +1,11 @@
2007-05-06 Ulrich Drepper <drepper@redhat.com>
[BZ #4465]
* posix/unistd.h: Remove __THROW from fdatasync.
2007-05-06 Mike Frysinger <vapier@gentoo.org>
[BZ #4465]
* sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
2007-05-06 Ulrich Drepper <drepper@redhat.com>

View File

@ -1,5 +1,6 @@
2007-05-06 Mike Frysinger <vapier@gentoo.org>
[BZ #4465]
* tst-cancel-wrappers.sh: Set C["fdatasync"] to 1.
* tst-cancel4.c (tf_fdatasync): New test.