summaryrefslogtreecommitdiff
path: root/src/nonstd/LIBC_INTERNAL.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nonstd/LIBC_INTERNAL.c')
-rw-r--r--src/nonstd/LIBC_INTERNAL.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/nonstd/LIBC_INTERNAL.c b/src/nonstd/LIBC_INTERNAL.c
deleted file mode 100644
index a00a0c98..00000000
--- a/src/nonstd/LIBC_INTERNAL.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <nonstd/internal.h>
-
-typedef enum {
- /* errno.h */
- ERRNO,
-
- /* locale.h */
- THREAD_LOCALE,
- GLOBAL_LOCALE,
- LCONV,
- LOAD_LOCALE,
-
- /* [w]ctype.h */
- CTYPE,
- TOLOWER,
- TOUPPER,
-} LIBC_INTERNAL;