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