mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
Hide internal __gettextparse function to allow direct access within libc.so and libc.a without using GOT nor PLT. [BZ #18822] * include/plural-exp.h: New file. * intl/plural-exp.c: Include <plural-exp.h> instead of "plural-exp.h".hjl/pr22298/master
3 changed files with 16 additions and 1 deletions
@ -0,0 +1,8 @@ |
|||
#ifndef _PLURAL_EXP_H |
|||
#include <intl/plural-exp.h> |
|||
|
|||
#ifndef _ISOMAC |
|||
extern __typeof (__gettextparse) __gettextparse attribute_hidden; |
|||
#endif /* !_ISOMAC */ |
|||
|
|||
#endif |
|||
Loading…
Reference in new issue