about summary refs log tree commit diff
path: root/misc/Versions
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-04-01 13:08:28 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-01 13:08:28 -0400
commit81a5726bd231f21a3621007bde58eac9a0f82885 (patch)
tree11b1d9a529d9acae47e516a0e8610f182eedab5f /misc/Versions
parent00e5419f8ed1b927814ba7f84ec8f4b021efe4fe (diff)
downloadglibc-81a5726bd231f21a3621007bde58eac9a0f82885.tar.gz
glibc-81a5726bd231f21a3621007bde58eac9a0f82885.tar.xz
glibc-81a5726bd231f21a3621007bde58eac9a0f82885.zip
Add syncfs syscall.
Diffstat (limited to 'misc/Versions')
-rw-r--r--misc/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/Versions b/misc/Versions
index 3ffe3d138d..3a31c7fe62 100644
--- a/misc/Versions
+++ b/misc/Versions
@@ -143,4 +143,7 @@ libc {
   GLIBC_2.11 {
     mkstemps; mkstemps64; mkostemps; mkostemps64;
   }
+  GLIBC_2.14 {
+    syncfs;
+  }
 }