]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 17 Jan 1999 10:14:36 +0000 (10:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 17 Jan 1999 10:14:36 +0000 (10:14 +0000)
* wctype/wcfuncs.c: Declare __ctype32_b.

ChangeLog
wctype/wcfuncs.c

index 7635bcc6b2412a88de158937d71e650ad1d34aa8..34a753cac8d60b451c597f23bcf92c4543a6a919 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-01-17  Ulrich Drepper  <drepper@cygnus.com>
 
+       * wctype/wcfuncs.c: Declare __ctype32_b.
+
        * elf/Makefile (test-modules): Add test-modules.
 
        * stdlib/canonicalize.c (canonicalize): Update write pointer after
index 3b9296c9a751e76a9825d7035a93fee173f985d7..ba4d88b50ae0e9f9afccc3b99003251da9ec52a0 100644 (file)
 
 #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) \