summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/syslog.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibC: Add LOG_NOWAIT stub to syslog.hBrian Gianforcaro
2021-04-14LibC: Add missing include in <syslog.h>Gunnar Beutner
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling