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 4a9ba0bca..5f5b787c2 100644 --- a/libc/unistd/usershell.c +++ b/libc/unistd/usershell.c @@ -50,7 +50,7 @@ libc_hidden_proto(fileno) libc_hidden_proto(fgets_unlocked) #ifdef __UCLIBC_HAS_XLOCALE__ libc_hidden_proto(__ctype_b_loc) -#elif __UCLIBC_HAS_CTYPE_TABLES__ +#elif defined __UCLIBC_HAS_CTYPE_TABLES__ libc_hidden_proto(__ctype_b) #endif |