From a9b3b770f596c9f9fd059f5a90a4e1db3c4f3835 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 10 Feb 2023 16:48:15 -0300 Subject: string: Remove string_private.h Now that _STRING_ARCH_unaligned is not used anymore. Reviewed-by: Wilco Dijkstra --- include/string.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/string.h b/include/string.h index a9120ff37c..673cfd7272 100644 --- a/include/string.h +++ b/include/string.h @@ -55,9 +55,6 @@ extern char *__strerror_l (int __errnum, locale_t __loc); extern const char *__sigdescr_np (int __errnum); libc_hidden_proto (__sigdescr_np) - -/* Get _STRING_ARCH_unaligned. */ -#include #endif #include -- cgit v1.2.3