index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
syslog
/
closelog.c
blob: 58efcf0767c90ede73f080879fb5bf3038163389 (
plain
)
1
2
3
4
5
6
7
#include <syslog.h> // for closelog void closelog(void) { // TODO return; }