diff options
| author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-11-20 15:30:11 -0300 |
|---|---|---|
| committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-11-21 13:13:11 -0300 |
| commit | 8d26bed1ebcefd5d2059fd7d7462bdf6593d77fa (patch) | |
| tree | c48233a37c87ba56389fed5c6d2871a27e9318f4 /include/wchar.h | |
| parent | 25de0771ecac240a54f03ab55247d92457e4c310 (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/wchar.h')
| -rw-r--r-- | include/wchar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wchar.h b/include/wchar.h index bf32625736..6abb0d2697 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -166,7 +166,6 @@ libc_hidden_proto (putwc) libc_hidden_proto (mbrtowc) libc_hidden_proto (wcrtomb) -libc_hidden_proto (__wcrtomb_chk) extern int __wcscmp (const wchar_t *__s1, const wchar_t *__s2) __THROW __attribute_pure__; |
