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 /misc/Makefile | |
parent | 00e5419f8ed1b927814ba7f84ec8f4b021efe4fe (diff) | |
download | glibc-81a5726bd231f21a3621007bde58eac9a0f82885.tar.gz glibc-81a5726bd231f21a3621007bde58eac9a0f82885.tar.xz glibc-81a5726bd231f21a3621007bde58eac9a0f82885.zip |
Add syncfs syscall.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index ee6936180b..52b13daa72 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2006, 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 1991-2006, 2007, 2009, 2011 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -41,7 +41,7 @@ routines := brk sbrk sstk ioctl \ getdtsz \ gethostname sethostname getdomain setdomain \ select pselect \ - acct chroot fsync sync fdatasync reboot \ + acct chroot fsync sync fdatasync syncfs reboot \ gethostid sethostid \ revoke vhangup \ swapon swapoff mktemp mkstemp mkstemp64 mkdtemp \ |