about summary refs log tree commit diff
path: root/wctype/wcfuncs.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-17 10:14:36 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-17 10:14:36 +0000
commitc96f6550f38c01530f498cd98dddcd0b3ed45e28 (patch)
tree17f4cab77de590d661c183d39b0cbbc5418c1ada /wctype/wcfuncs.c
parent3591977060818cd92c749bb377130b31b15228b4 (diff)
downloadglibc-c96f6550f38c01530f498cd98dddcd0b3ed45e28.tar.gz
glibc-c96f6550f38c01530f498cd98dddcd0b3ed45e28.tar.xz
glibc-c96f6550f38c01530f498cd98dddcd0b3ed45e28.zip
Update.
	* wctype/wcfuncs.c: Declare __ctype32_b.
Diffstat (limited to 'wctype/wcfuncs.c')
-rw-r--r--wctype/wcfuncs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/wctype/wcfuncs.c b/wctype/wcfuncs.c
index 3b9296c9a7..ba4d88b50a 100644
--- a/wctype/wcfuncs.c
+++ b/wctype/wcfuncs.c
@@ -22,6 +22,10 @@
 
 #include "cname-lookup.h"
 
+/* If the program is compiled without optimization the following declaration
+   is not visible in the header.   */
+extern unsigned int *__ctype32_b;
+
 /* Provide real-function versions of all the wctype macros.  */
 
 #define	func(name, type) \