aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-01-05 16:05:34 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-01-05 16:05:34 +0000
commitab70da77ea8076b49ad81a8c06103c51d4e81dc4 (patch)
tree3acc1f1dc8b5b9f9db6f5ebb7ddc9d1143e4227f /sysdeps/ieee754
parentb8986484e47d6c9b3aecbd259dac52b4c9c99e0d (diff)
downloadglibc-ab70da77ea8076b49ad81a8c06103c51d4e81dc4.tar
glibc-ab70da77ea8076b49ad81a8c06103c51d4e81dc4.tar.gz
glibc-ab70da77ea8076b49ad81a8c06103c51d4e81dc4.tar.bz2
glibc-ab70da77ea8076b49ad81a8c06103c51d4e81dc4.zip
Fix ARM posix_fadvise64 namespace (bug 17793).
ARM posix_fadvise calls __posix_fadvise64_l64, to which posix_fadvise64 is a strong alias, but posix_fadvise is a POSIX function and posix_fadvise64 isn't. This patch changes it into a weak alias. Tested for ARM that this fixes the corresponding linknamespace test failures. [BZ #17793] * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64): Define as weak alias not strong alias.
Diffstat (limited to 'sysdeps/ieee754')
0 files changed, 0 insertions, 0 deletions