mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
728c24ff87
* 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
|