From: Joseph Myers Date: Sat, 16 May 2009 14:30:47 +0000 (+0000) Subject: Add fallocate64 export for MIPS. X-Git-Tag: glibc-2.16-ports-before-merge~619 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c504ff3be9c3c63b9b772b84d2c517cd4f21881a;p=thirdparty%2Fglibc.git Add fallocate64 export for MIPS. * sysdeps/unix/sysv/linux/mips/Versions (libc): Add fallocate64@@GLIBC_2.11. --- diff --git a/ChangeLog.mips b/ChangeLog.mips index a4759d91df7..b951c0bd941 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -1,3 +1,8 @@ +2009-05-16 Joseph Myers + + * sysdeps/unix/sysv/linux/mips/Versions (libc): Add + fallocate64@@GLIBC_2.11. + 2009-05-14 Joseph Myers * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c, diff --git a/sysdeps/unix/sysv/linux/mips/Versions b/sysdeps/unix/sysv/linux/mips/Versions index 09df42df290..a56322a8ebc 100644 --- a/sysdeps/unix/sysv/linux/mips/Versions +++ b/sysdeps/unix/sysv/linux/mips/Versions @@ -34,4 +34,7 @@ libc { # _* _test_and_set; } + GLIBC_2.11 { + fallocate64; + } }