mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Mon Apr 10 14:53:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* stdlib/strtod.c (STRTOF): Use extra macro to make STRTOF's #defn a weak symbol instead of literal "STRTOF". * locale/setlocale.c: Work around ld bug: don't weakify refs to _nl_{current,C}_*.
This commit is contained in:
@ -1097,7 +1097,8 @@ INTERNAL (STRTOF) (nptr, endptr, group)
|
||||
|
||||
/* External user entry point. */
|
||||
|
||||
weak_symbol (STRTOF)
|
||||
#define weak_this(x) weak_symbol(x)
|
||||
weak_this (STRTOF)
|
||||
|
||||
FLOAT
|
||||
STRTOF (nptr, endptr)
|
||||
|
Reference in New Issue
Block a user