about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-05-07 04:01:23 +0000
committerUlrich Drepper <drepper@redhat.com>2007-05-07 04:01:23 +0000
commit711deb05844be0f8ede7b4ef30838b969d8571bc (patch)
treeff087e912921327173d1038622ab0daf62df476c
parent49a8eb75ebdecc5bdf15c9f5efa0b78ef2f150d2 (diff)
downloadglibc-711deb05844be0f8ede7b4ef30838b969d8571bc.tar.gz
glibc-711deb05844be0f8ede7b4ef30838b969d8571bc.tar.xz
glibc-711deb05844be0f8ede7b4ef30838b969d8571bc.zip
* sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/unix/sysv/linux/syscalls.list2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fe9620342..08ab0ee097 100644
--- 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
diff --git a/sysdeps/unix/sysv/linux/syscalls.list b/sysdeps/unix/sysv/linux/syscalls.list
index 38103f0c68..d1226ef82b 100644
--- a/sysdeps/unix/sysv/linux/syscalls.list
+++ b/sysdeps/unix/sysv/linux/syscalls.list
@@ -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