Home
last modified time | relevance | path

Searched refs:WEAK_POSTLOAD (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/locale/
Dsetlocale.c96 # define WEAK_POSTLOAD(postload) weak_extern (postload) macro
98 # define WEAK_POSTLOAD(postload) /* Need strong refs in static linking. */ macro
105 extern void postload (void); WEAK_POSTLOAD (postload)