mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
* elf/dl-minimal.c: Add prototypes. * include/locale.h: Add internal prototypes. * include/sys/gmon.h: Likewise.
8 lines
139 B
C
8 lines
139 B
C
#ifndef _LOCALE_H
|
|
#include <locale/locale.h>
|
|
|
|
/* Now define the internal interfaces. */
|
|
extern struct lconv *__localeconv (void);
|
|
|
|
#endif
|