about summary refs log tree commit diff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorFrédéric Bérat <fberat@redhat.com>2023-04-26 11:59:08 +0200
committerFrédéric Bérat <fberat@redhat.com>2023-07-05 16:59:48 +0200
commitba745eff4621d599be3d14d32d490debaef5a117 (patch)
tree5203d8de5db737d33efc7eba0188c3b6a540fb75 /misc/Makefile
parentd9a99272d21d9602ec7e134169c115aa27d956b6 (diff)
downloadglibc-ba745eff4621d599be3d14d32d490debaef5a117.tar.gz
glibc-ba745eff4621d599be3d14d32d490debaef5a117.tar.xz
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 'misc/Makefile')
-rw-r--r--misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 3497d30f3b..fe0d49c1de 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -64,6 +64,7 @@ headers	:= \
   sys/xattr.h \
   syslog.h \
   sys/syslog.h \
+  bits/syslog-decl.h \
   bits/syslog.h \
   bits/syslog-ldbl.h \
   bits/syslog-path.h \