* sysdeps/unix/sysv/linux/m68k/Versions (libc): Add

fallocate64@@GLIBC_2.11.
This commit is contained in:
Joseph Myers 2009-05-16 15:14:44 +00:00
parent c504ff3be9
commit 3066cb224d
2 changed files with 8 additions and 0 deletions

View 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

View File

@ -29,4 +29,7 @@ libc {
# v*
versionsort64;
}
GLIBC_2.11 {
fallocate64;
}
}