* sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
authorUlrich Drepper <drepper@redhat.com>
Mon, 7 May 2007 04:01:23 +0000 (04:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 7 May 2007 04:01:23 +0000 (04:01 +0000)
ChangeLog
sysdeps/unix/sysv/linux/syscalls.list

index 2fe9620..08ab0ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-06  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
+
 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
 
        * stdio-common/vfprintf.c (process_string_arg): Optimize
index 38103f0..d1226ef 100644 (file)
@@ -11,7 +11,7 @@ epoll_create  EXTRA   epoll_create    i:i     epoll_create
 epoll_ctl      EXTRA   epoll_ctl       i:iiip  epoll_ctl
 epoll_wait     EXTRA   epoll_wait      Ci:ipii epoll_wait
 epoll_pwait    EXTRA   epoll_pwait     Ci:ipiipi       epoll_pwait
-fdatasync      -       fdatasync       i:i     fdatasync
+fdatasync      -       fdatasync       Ci:i    fdatasync
 flock          -       flock           i:ii    __flock         flock
 fork           -       fork            i:      __libc_fork     __fork fork
 get_kernel_syms        EXTRA   get_kernel_syms i:p     get_kernel_syms