1 #pragma once
2 
3 /**
4  * @file sys/syslog.h
5  * @brief Historical synonym for `<syslog.h>`.
6  *
7  * New code should use `<syslog.h>` directly.
8  */
9 
10 #include <syslog.h>
11