Add fallocate64 export for ARM.

* sysdeps/unix/sysv/linux/arm/Versions (libc): Add
	fallocate64@@GLIBC_2.11.
This commit is contained in:
Joseph Myers 2009-05-16 14:29:06 +00:00
parent 9c052b7cc1
commit db99b35dde
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/arm/Versions (libc): Add
fallocate64@@GLIBC_2.11.
2009-04-25 Aurelien Jarno <aurelien@aurel32.net>
* sysdeps/arm/eabi/fpu_control.h: If soft-float, don't use

View file

@ -34,4 +34,7 @@ libc {
GLIBC_2.3.3 {
posix_fadvise64; posix_fallocate64;
}
GLIBC_2.11 {
fallocate64;
}
}