Merge "syslog.h: missing LOG_MAKEPRI definition"

This commit is contained in:
Mark Salyzyn 2015-03-12 20:33:25 +00:00 committed by Gerrit Code Review
commit f6f96df5b0
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ __BEGIN_DECLS
#define LOG_PRIMASK 7
#define LOG_PRI(x) ((x) & LOG_PRIMASK)
#define LOG_MAKEPRI(fac, pri) ((fac) | (pri))
/* Facilities are currently ignored on Android. */
#define LOG_KERN 0000