aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/audit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r--include/linux/audit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h
index 5f812e4d01e4..5d1a9dda5acb 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -281,6 +281,7 @@ extern void audit_send_reply(int pid, int seq, int type,
281 int done, int multi, 281 int done, int multi,
282 void *payload, int size); 282 void *payload, int size);
283extern void audit_log_lost(const char *message); 283extern void audit_log_lost(const char *message);
284extern struct semaphore audit_netlink_sem;
284#else 285#else
285#define audit_log(c,t,f,...) do { ; } while (0) 286#define audit_log(c,t,f,...) do { ; } while (0)
286#define audit_log_start(c,t) ({ NULL; }) 287#define audit_log_start(c,t) ({ NULL; })