mirror of git://sourceware.org/git/glibc.git
parent
3591977060
commit
c96f6550f3
|
@ -1,5 +1,7 @@
|
||||||
1999-01-17 Ulrich Drepper <drepper@cygnus.com>
|
1999-01-17 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* wctype/wcfuncs.c: Declare __ctype32_b.
|
||||||
|
|
||||||
* elf/Makefile (test-modules): Add test-modules.
|
* elf/Makefile (test-modules): Add test-modules.
|
||||||
|
|
||||||
* stdlib/canonicalize.c (canonicalize): Update write pointer after
|
* stdlib/canonicalize.c (canonicalize): Update write pointer after
|
||||||
|
|
|
@ -22,6 +22,10 @@
|
||||||
|
|
||||||
#include "cname-lookup.h"
|
#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. */
|
/* Provide real-function versions of all the wctype macros. */
|
||||||
|
|
||||||
#define func(name, type) \
|
#define func(name, type) \
|
||||||
|
|
Loading…
Reference in New Issue