diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-04-01 13:08:28 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 13:08:28 -0400 |
commit | 81a5726bd231f21a3621007bde58eac9a0f82885 (patch) | |
tree | 11b1d9a529d9acae47e516a0e8610f182eedab5f /sysdeps | |
parent | 00e5419f8ed1b927814ba7f84ec8f4b021efe4fe (diff) | |
download | glibc-81a5726bd231f21a3621007bde58eac9a0f82885.tar.gz glibc-81a5726bd231f21a3621007bde58eac9a0f82885.tar.xz glibc-81a5726bd231f21a3621007bde58eac9a0f82885.zip |
Add syncfs syscall.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/syscalls.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/syscalls.list b/sysdeps/unix/syscalls.list index 04ed63c4d7..ad49170780 100644 --- a/sysdeps/unix/syscalls.list +++ b/sysdeps/unix/syscalls.list @@ -55,6 +55,7 @@ swapoff - swapoff i:s swapoff swapon - swapon i:s swapon symlink - symlink i:ss __symlink symlink sync - sync i: sync +syncfs - syncfs i:i syncfs sys_fstat fxstat fstat i:ip __syscall_fstat sys_mknod xmknod mknod i:sii __syscall_mknod sys_stat xstat stat i:sp __syscall_stat |