| Updated: October 28, 2024 | 
Close the syslogd system log
#include <syslog.h> void closelog( void );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The closelog() function closes the connection to the syslogd system log.
| Safety: | |
|---|---|
| Cancellation point | Yes | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes |