Add fallocate64 export for MIPS.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 16 May 2009 14:30:47 +0000 (14:30 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sat, 16 May 2009 14:30:47 +0000 (14:30 +0000)
* sysdeps/unix/sysv/linux/mips/Versions (libc): Add
fallocate64@@GLIBC_2.11.

ChangeLog.mips
sysdeps/unix/sysv/linux/mips/Versions

index a4759d9..b951c0b 100644 (file)
@@ -1,3 +1,8 @@
+2009-05-16  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
+       fallocate64@@GLIBC_2.11.
+
 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
index 09df42d..a56322a 100644 (file)
@@ -34,4 +34,7 @@ libc {
     # _*
     _test_and_set;
   }
+  GLIBC_2.11 {
+    fallocate64;
+  }
 }