* sysdeps/unix/sysv/linux/m68k/Versions (libc): Add
authorJoseph Myers <joseph@codesourcery.com>
Sat, 16 May 2009 15:14:44 +0000 (15:14 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sat, 16 May 2009 15:14:44 +0000 (15:14 +0000)
fallocate64@@GLIBC_2.11.

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

index c68e94a..3afc3da 100644 (file)
@@ -1,3 +1,8 @@
+2009-05-16  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/m68k/Versions (libc): Add
+       fallocate64@@GLIBC_2.11.
+
 2009-04-25  Andreas Schwab  <schwab@linux-m68k.org>
 
        * sysdeps/unix/sysv/linux/m68k/kernel-features.h: Revert last
index 0799bf3..5650f7f 100644 (file)
@@ -29,4 +29,7 @@ libc {
     # v*
     versionsort64;
   }
+  GLIBC_2.11 {
+    fallocate64;
+  }
 }