Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-05 | misc/bits/syslog.h: Clearly separate declaration from definition | Frédéric Bérat | |
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> |