This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Fri, 22 Jun 2018, Florian Weimer wrote: > > +versioned_symbol (libc, __libc_fcntl, fcntl, GLIBC_2_28); > > Doesn't this create a strong symbol, leading to static link namespace issues? For static linking, versioned_symbol is mapped to weak_alias. -- Joseph S. Myers joseph@codesourcery.com
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |