mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Add fallocate64 export for MIPS.
* sysdeps/unix/sysv/linux/mips/Versions (libc): Add fallocate64@@GLIBC_2.11.
This commit is contained in:
parent
db99b35dde
commit
c504ff3be9
@ -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,
|
||||
|
@ -34,4 +34,7 @@ libc {
|
||||
# _*
|
||||
_test_and_set;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
fallocate64;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user