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
/
LOG_MASK.h
blob: 42eb4a5c349d0ee56f42bc88bd209b6e588b4fcf (
plain
)
1
2
3
4
5
#include <syslog.h> #define LOG_MASK(__pri) (1<<__pri) /* XOPEN(400) */