In article <20131112143203.8cd3...@cvs.netbsd.org>, Marc Balmer <source-changes-d@NetBSD.org> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: mbalmer >Date: Tue Nov 12 14:32:03 UTC 2013 > >Added Files: > src/lib/lua/syslog: Makefile syslog.c > >Log Message: >Add a syslog(3) binding for Lua (not yet linked to the build.)
Is there any reason not to use the modern syslog (thread-safe) functions openlog_r(), syslog_r(), syslogp_r()? christos