mirror of git://sourceware.org/git/glibc.git
Declare __isctype.
This commit is contained in:
parent
0f283ffc5e
commit
1ba0f0895a
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
# include <ctype/ctype.h>
|
# include <ctype/ctype.h>
|
||||||
|
|
||||||
|
extern int __isctype (int __c, int __mask);
|
||||||
|
|
||||||
# ifndef NOT_IN_libc
|
# ifndef NOT_IN_libc
|
||||||
|
|
||||||
/* The optimized macros are not defined for users because they can't see
|
/* The optimized macros are not defined for users because they can't see
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue