diff options
| -rw-r--r-- | src/nonstd/__libc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nonstd/__libc.c b/src/nonstd/__libc.c index 7ef57432..752dcab0 100644 --- a/src/nonstd/__libc.c +++ b/src/nonstd/__libc.c @@ -4,7 +4,6 @@ #include "../stdio/_stdio.h" #include "_locale.h" -#include "_syscall.h" void *__libc(LIBC_INTERNAL variable) { @@ -60,10 +59,6 @@ void *__libc(LIBC_INTERNAL variable) r = &(((struct __locale_t*)r)->mn); break; - case SYSCALL_LOOKUP: - r = (void*)__syscall_lookup; - break; - case LOAD_LOCALE: r = (void*)(__load_locale); break; |
