From: Ulrich Drepper Date: Mon, 7 May 2007 04:24:57 +0000 (+0000) Subject: [BZ #4465] X-Git-Tag: cvs/fedora-glibc-20070510T0634~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15eca72044d2148b4fe7fe5a0f89ea12a87640fe;p=platform%2Fupstream%2Fglibc.git [BZ #4465] [BZ #4465] --- diff --git a/ChangeLog b/ChangeLog index 75cdcb0..a0df7ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ 2007-05-06 Ulrich Drepper + [BZ #4465] * posix/unistd.h: Remove __THROW from fdatasync. 2007-05-06 Mike Frysinger + [BZ #4465] * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args. 2007-05-06 Ulrich Drepper diff --git a/nptl/ChangeLog b/nptl/ChangeLog index fe25da2..d4ccf50 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,6 @@ 2007-05-06 Mike Frysinger + [BZ #4465] * tst-cancel-wrappers.sh: Set C["fdatasync"] to 1. * tst-cancel4.c (tf_fdatasync): New test.