summaryrefslogtreecommitdiff
path: root/include/ctype.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-01 18:23:10 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-01 18:23:10 +0000
commit1ba0f0895ac55dae377bc5b05c86110e86194ccc (patch)
tree025a6cd04f6e53deff1ef995ef365b7d8f372a6f /include/ctype.h
parent0f283ffc5e8822a367c4703abd584348ff139810 (diff)
Declare __isctype.
Diffstat (limited to 'include/ctype.h')
-rw-r--r--include/ctype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ctype.h b/include/ctype.h
index 3100853ab4..812424aff9 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -2,6 +2,8 @@
# include <ctype/ctype.h>
+extern int __isctype (int __c, int __mask);
+
# ifndef NOT_IN_libc
/* The optimized macros are not defined for users because they can't see