mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
Add fallocate64 export for ARM.
* sysdeps/unix/sysv/linux/arm/Versions (libc): Add fallocate64@@GLIBC_2.11.
This commit is contained in:
parent
9c052b7cc1
commit
db99b35dde
@ -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
|
||||
|
@ -34,4 +34,7 @@ libc {
|
||||
GLIBC_2.3.3 {
|
||||
posix_fadvise64; posix_fallocate64;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
fallocate64;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user