mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
047d1a81fd
Hide internal __vstrfmon_l function to allow direct access within libc.so and libc.a without using GOT nor PLT. [BZ #18822] * include/monetary.h (__vstrfmon_l): Add attribute_hidden.
9 lines
204 B
C
9 lines
204 B
C
#include <stdlib/monetary.h>
|
|
#ifndef _ISOMAC
|
|
#include <stdarg.h>
|
|
|
|
extern ssize_t __vstrfmon_l (char *s, size_t maxsize, locale_t loc,
|
|
const char *format, va_list ap)
|
|
attribute_hidden;
|
|
#endif
|