diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-03-14 16:42:08 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-03-14 16:42:08 -0300 |
commit | ed7d6072f25f75b808b40c206371361f1313f342 (patch) | |
tree | a592e8ef437d1d637ad9142a4bbf69475237b553 /ChangeLog | |
parent | 605c5ef4fb7c9a9bbf225724ef73e6437476fb3c (diff) | |
download | glibc-ed7d6072f25f75b808b40c206371361f1313f342.tar.gz glibc-ed7d6072f25f75b808b40c206371361f1313f342.tar.xz glibc-ed7d6072f25f75b808b40c206371361f1313f342.zip |
Fix missing posix_fadvise64 mips64 static build (BZ #21232)
This patch fixes the missing posix_fadvise64 symbol for static build required for _FILE_OFFSET_BITS=64 on mips64 build. Checked on a mips64-linux-gnu build with run-built-tests=no. [BZ #21232] * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: Add posix_fadvise64 weak_alias for static build.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3427a680ac..4206e36e98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-03-14 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + [BZ #21232] + * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: Add + posix_fadvise64 weak_alias for static build. + 2017-03-14 Andreas Schwab <schwab@suse.de> * sysdeps/generic/dl-procinfo.h (_dl_platform_string): Remove. |