mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-26 00:03:11 +03:00
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>
6 lines
98 B
C
6 lines
98 B
C
#include <misc/bits/syslog-decl.h>
|
|
|
|
#ifndef _ISOMAC
|
|
libc_hidden_ldbl_proto (__vsyslog_chk)
|
|
#endif
|