am f6f96df5: Merge "syslog.h: missing LOG_MAKEPRI definition"
* commit 'f6f96df5b031b0bf79eb8ad49bd73a3ceab87db5': syslog.h: missing LOG_MAKEPRI definition
This commit is contained in:
commit
ee7b80d7cf
@ -47,6 +47,7 @@ __BEGIN_DECLS
|
|||||||
|
|
||||||
#define LOG_PRIMASK 7
|
#define LOG_PRIMASK 7
|
||||||
#define LOG_PRI(x) ((x) & LOG_PRIMASK)
|
#define LOG_PRI(x) ((x) & LOG_PRIMASK)
|
||||||
|
#define LOG_MAKEPRI(fac, pri) ((fac) | (pri))
|
||||||
|
|
||||||
/* Facilities are currently ignored on Android. */
|
/* Facilities are currently ignored on Android. */
|
||||||
#define LOG_KERN 0000
|
#define LOG_KERN 0000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user