syslog.h: missing LOG_MAKEPRI definition
Bug: 19681572 Change-Id: Ice5f5cb1f71522ffc47b2243a8dc4c277c2a288f
This commit is contained in:
parent
be86f87711
commit
c4a586da49
@ -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