diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-28 07:58:08 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-28 07:58:08 +0000 |
commit | 728c24ff873375212e043814e397bad087a4a5e5 (patch) | |
tree | fee1e2e296bc80c46d39e25cf5dfb3f243e0daad /include/locale.h | |
parent | a7cfa3418981396e90259096a2fd5648d13f83cf (diff) | |
download | glibc-728c24ff873375212e043814e397bad087a4a5e5.tar.gz glibc-728c24ff873375212e043814e397bad087a4a5e5.tar.xz glibc-728c24ff873375212e043814e397bad087a4a5e5.zip |
Update.
* elf/dl-minimal.c: Add prototypes. * include/locale.h: Add internal prototypes. * include/sys/gmon.h: Likewise.
Diffstat (limited to 'include/locale.h')
-rw-r--r-- | include/locale.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/locale.h b/include/locale.h index 6e0bd916dc..47760b223c 100644 --- a/include/locale.h +++ b/include/locale.h @@ -1 +1,7 @@ +#ifndef _LOCALE_H #include <locale/locale.h> + +/* Now define the internal interfaces. */ +extern struct lconv *__localeconv (void); + +#endif |