From 7ea510127e2067efa07865158ac92c330c379950 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 6 Feb 2023 13:15:22 -0300 Subject: string: Add libc_hidden_proto for strchrnul Although static linker can optimize it to local call, it follows the internal scheme to provide hidden proto and definitions. Reviewed-by: Carlos Eduardo Seo --- include/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/string.h b/include/string.h index 21f641a413..6e364e8a67 100644 --- a/include/string.h +++ b/include/string.h @@ -95,6 +95,7 @@ libc_hidden_proto (__rawmemchr) libc_hidden_proto (__strcasecmp) libc_hidden_proto (__strcasecmp_l) libc_hidden_proto (__strncasecmp_l) +libc_hidden_proto (__strchrnul) extern __typeof (strncat) __strncat; libc_hidden_proto (__strncat) libc_hidden_proto (__strdup) -- cgit v1.2.3-70-g09d2