diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-01-05 16:05:34 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-01-05 16:05:34 +0000 |
commit | ab70da77ea8076b49ad81a8c06103c51d4e81dc4 (patch) | |
tree | 3acc1f1dc8b5b9f9db6f5ebb7ddc9d1143e4227f /NEWS | |
parent | b8986484e47d6c9b3aecbd259dac52b4c9c99e0d (diff) | |
download | glibc-ab70da77ea8076b49ad81a8c06103c51d4e81dc4.zip glibc-ab70da77ea8076b49ad81a8c06103c51d4e81dc4.tar.gz glibc-ab70da77ea8076b49ad81a8c06103c51d4e81dc4.tar.bz2 |
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 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Version 2.21 17583, 17584, 17585, 17589, 17594, 17601, 17608, 17616, 17625, 17630, 17633, 17634, 17635, 17647, 17653, 17657, 17664, 17665, 17668, 17682, 17717, 17719, 17722, 17723, 17724, 17725, 17732, 17733, 17744, 17745, - 17746, 17747, 17775, 17777, 17780, 17781, 17782 + 17746, 17747, 17775, 17777, 17780, 17781, 17782, 17793 * i386 memcpy functions optimized with SSE2 unaligned load/store. |