diff options
Diffstat (limited to 'libc/unistd')
-rw-r--r-- | libc/unistd/usershell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/usershell.c b/libc/unistd/usershell.c index e053d94b7..be8fb71d6 100644 --- a/libc/unistd/usershell.c +++ b/libc/unistd/usershell.c @@ -48,7 +48,7 @@ libc_hidden_proto(fileno) libc_hidden_proto(fgets_unlocked) #ifdef __UCLIBC_HAS_XLOCALE__ libc_hidden_proto(__ctype_b_loc) -#else +#elif __UCLIBC_HAS_CTYPE_TABLES__ libc_hidden_proto(__ctype_b) #endif |