diff options
Diffstat (limited to 'string/strerror_l.c')
-rw-r--r-- | string/strerror_l.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/string/strerror_l.c b/string/strerror_l.c index 2a9c3b5e0b..2a62b1f12c 100644 --- a/string/strerror_l.c +++ b/string/strerror_l.c @@ -21,7 +21,7 @@ #include <stdlib.h> #include <string.h> #include <sys/param.h> - +#include <libc-symbols.h> static __thread char *last_value; @@ -56,7 +56,6 @@ strerror_l (int errnum, locale_t loc) return (char *) translate (_sys_errlist_internal[errnum], loc); } - void __strerror_thread_freeres (void) { |