summaryrefslogtreecommitdiff
path: root/libc/misc/ctype/junk.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-14 02:17:29 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-14 02:17:29 +0000
commit90d986e8d275798fb0a45ffb3742f45815aea278 (patch)
tree76e55bdb35427e2091a5bb724f1c6e2daf669487 /libc/misc/ctype/junk.c
parent270579eef2ed6b32dd43abfefb38b4295ac7aa69 (diff)
Add some symbols needed for C++ to work. Temporary hack...
Diffstat (limited to 'libc/misc/ctype/junk.c')
-rw-r--r--libc/misc/ctype/junk.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/misc/ctype/junk.c b/libc/misc/ctype/junk.c
new file mode 100644
index 000000000..d074c997e
--- /dev/null
+++ b/libc/misc/ctype/junk.c
@@ -0,0 +1,10 @@
+/* Temporary rubbish till I can get this stuff
+ * fixed properly */
+
+#include <features.h>
+#include <bits/types.h>
+
+const unsigned short int *__ctype_b; /* Characteristics. */
+const __int32_t *__ctype_tolower; /* Case conversions. */
+const __int32_t *__ctype_toupper; /* Case conversions. */
+