summaryrefslogtreecommitdiff
path: root/src/_nonstd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/_nonstd.h')
-rw-r--r--src/_nonstd.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/_nonstd.h b/src/_nonstd.h
deleted file mode 100644
index 4f8cd478..00000000
--- a/src/_nonstd.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef ___NONSTD_H__
-#define ___NONSTD_H__
-
-typedef enum {
- /* locale.h */
- THREAD_LOCALE,
- GLOBAL_LOCALE,
- LCONV,
- LOAD_LOCALE,
-
- /* [w]ctype.h */
- CTYPE,
- TOLOWER,
- TOUPPER,
-} LIBC_INTERNAL;
-
-void *__libc(LIBC_INTERNAL __variable);
-
-#endif