aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/string.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/string.h b/include/string.h
index 3a33327cc0..ce01ad8254 100644
--- a/include/string.h
+++ b/include/string.h
@@ -53,9 +53,6 @@ extern char *__strerror_r (int __errnum, char *__buf, size_t __buflen);
extern char *__strerror_l (int __errnum, locale_t __loc);
-/* Called as part of the thread shutdown sequence. */
-void __strerror_thread_freeres (void) attribute_hidden;
-
/* Get _STRING_ARCH_unaligned. */
#include <string_private.h>
#endif