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
/
openlog.c
blob: 84c4797fe6654180e5bc33d258280746e528899c (
plain
)
1
2
3
4
5
6
7
#include <syslog.h> int setlogmask(int maskpri) { // TODO return 0; }