diff options
Diffstat (limited to 'src/nonstd/__libc.c')
| -rw-r--r-- | src/nonstd/__libc.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/nonstd/__libc.c b/src/nonstd/__libc.c index 9471558d..752dcab0 100644 --- a/src/nonstd/__libc.c +++ b/src/nonstd/__libc.c @@ -4,13 +4,11 @@ #include "../stdio/_stdio.h" #include "_locale.h" -#include "_syscall.h" void *__libc(LIBC_INTERNAL variable) { extern void *__libc_per_thread(LIBC_INTERNAL __variable); static struct __locale_t locale; - static struct __FILE file_streams[FOPEN_MAX]; void *r = (void*)0; @@ -61,14 +59,6 @@ void *__libc(LIBC_INTERNAL variable) r = &(((struct __locale_t*)r)->mn); break; - case SYSCALL_LOOKUP: - r = (void*)__syscall_lookup; - break; - - case FILE_STREAMS: - r = file_streams; - break; - case LOAD_LOCALE: r = (void*)(__load_locale); break; |
