commit | c4a586da49e438961e09a1319df86c9a26f4eb92 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Mar 12 13:21:35 2015 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Thu Mar 12 13:21:35 2015 -0700 |
tree | db3d8d0aeb106cab69daad7846e44ed6662e650c | |
parent | be86f87711ee71ff971da2e2ae7a092081177951 [diff] |
syslog.h: missing LOG_MAKEPRI definition Bug: 19681572 Change-Id: Ice5f5cb1f71522ffc47b2243a8dc4c277c2a288f
diff --git a/libc/include/syslog.h b/libc/include/syslog.h index cbceab2..8000f03 100644 --- a/libc/include/syslog.h +++ b/libc/include/syslog.h
@@ -47,6 +47,7 @@ #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