diff options
Diffstat (limited to 'src/locale/setlocale.c')
-rw-r--r-- | src/locale/setlocale.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/locale/setlocale.c b/src/locale/setlocale.c index 40bc7ece..60e3353c 100644 --- a/src/locale/setlocale.c +++ b/src/locale/setlocale.c @@ -17,8 +17,6 @@ static char *setlocale_one_unlocked(int cat, const char *name) return lm ? (char *)lm->name : "C"; } -char *__strchrnul(const char *, int); - char *setlocale(int cat, const char *name) { static volatile int lock[1]; |