glibc/include/locale.h
Andreas Jaeger 728c24ff87 Update.
* elf/dl-minimal.c: Add prototypes.

	* include/locale.h: Add internal prototypes.
	* include/sys/gmon.h: Likewise.
2000-12-28 07:58:08 +00:00

8 lines
139 B
C

#ifndef _LOCALE_H
#include <locale/locale.h>
/* Now define the internal interfaces. */
extern struct lconv *__localeconv (void);
#endif