diff options
author | Frédéric Bérat <fberat@redhat.com> | 2023-04-26 11:59:08 +0200 |
---|---|---|
committer | Frédéric Bérat <fberat@redhat.com> | 2023-07-05 16:59:48 +0200 |
commit | ba745eff4621d599be3d14d32d490debaef5a117 (patch) | |
tree | 5203d8de5db737d33efc7eba0188c3b6a540fb75 /sysdeps/ieee754 | |
parent | d9a99272d21d9602ec7e134169c115aa27d956b6 (diff) | |
download | glibc-ba745eff4621d599be3d14d32d490debaef5a117.tar glibc-ba745eff4621d599be3d14d32d490debaef5a117.tar.gz glibc-ba745eff4621d599be3d14d32d490debaef5a117.tar.bz2 glibc-ba745eff4621d599be3d14d32d490debaef5a117.zip |
misc/bits/syslog.h: Clearly separate declaration from definition
This allows to include bits/syslog-decl.h in include/sys/syslog.h and
therefore be able to create the libc_hidden_builtin_proto (__syslog_chk)
prototype.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'sysdeps/ieee754')
-rw-r--r-- | sysdeps/ieee754/ldbl-128ibm-compat/ieee128-syslog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-128ibm-compat/ieee128-syslog.c b/sysdeps/ieee754/ldbl-128ibm-compat/ieee128-syslog.c index 18aa7f707f..97810a7bbd 100644 --- a/sysdeps/ieee754/ldbl-128ibm-compat/ieee128-syslog.c +++ b/sysdeps/ieee754/ldbl-128ibm-compat/ieee128-syslog.c @@ -52,6 +52,7 @@ ___ieee128___syslog_chk (int pri, int flag, const char *fmt, ...) __vsyslog_internal (pri, fmt, ap, mode); va_end (ap); } +hidden_def (___ieee128___syslog_chk) strong_alias (___ieee128___syslog_chk, __syslog_chkieee128) void |