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: df9b5a4999759a508d41ee235d985eabebb6afa7 (
plain
)
1
2
3
4
5
6
7
#include <syslog.h> void closelog(void) { // TODO return; }