syslog_r for Linux? syslog_r for Linux? linux linux

syslog_r for Linux?


According to the POSIX specification, the syslog function is already thread-safe, and so implemented in Linux. So syslog_r is unnecessary - use syslog if you need a reentrant logger function.