[Bug libc/21232] miss posix_fadvise64 on MIPS64 when static linking
adhemerval.zanella at linaro dot org
sourceware-bugzilla@sourceware.org
Tue Mar 14 19:24:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=21232
Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at sourceware dot org |adhemerval.zanella at linaro dot o
| |rg
--- Comment #4 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
The strong alias adds linkspace issues showed by conform testcases (since
posix_fadvise64 is a glibc name convention). My understanding is it correct
approach is to use a weak_alias instead (as previous implementation). I will
prepare and send a patch.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list