index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syslog
/
closelog.c
blob: 35e3de3fbda640ee95536795a7452ae5ba72d335 (
plain
)
1
2
3
4
5
6
7
8
9
#include <syslog.h> void closelog(void) { } /* XOPEN(400) */