summaryrefslogtreecommitdiff
path: root/include/arpa/inet.h
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-11-20 15:30:11 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-11-21 13:13:11 -0300
commit8d26bed1ebcefd5d2059fd7d7462bdf6593d77fa (patch)
treec48233a37c87ba56389fed5c6d2871a27e9318f4 /include/arpa/inet.h
parent25de0771ecac240a54f03ab55247d92457e4c310 (diff)
Enable --enable-fortify-source with clang
clang generates internal calls for some _chk symbol, so add internal aliases for them, and stub some with rtld-stubbed-symbols to avoid ld.so linker issues. Reviewed-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'include/arpa/inet.h')
-rw-r--r--include/arpa/inet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h
index 3db8f1a96f..7650e1acb5 100644
--- a/include/arpa/inet.h
+++ b/include/arpa/inet.h
@@ -14,12 +14,10 @@ libc_hidden_proto (__inet_aton_exact)
extern __typeof (inet_ntop) __inet_ntop;
libc_hidden_proto (__inet_ntop)
-libc_hidden_proto (__inet_ntop_chk)
libc_hidden_proto (inet_pton)
extern __typeof (inet_pton) __inet_pton;
libc_hidden_proto (__inet_pton)
-libc_hidden_proto (__inet_pton_chk)
extern __typeof (inet_makeaddr) __inet_makeaddr;
libc_hidden_proto (__inet_makeaddr)