Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixes
[deliverable/linux.git] / tools / build / feature / test-libaudit.c
CommitLineData
d795a658
IM
1#include <libaudit.h>
2
1e3f30fa
IM
3extern int printf(const char *format, ...);
4
d795a658
IM
5int main(void)
6{
7 printf("error message: %s\n", audit_errno_to_name(0));
20c99e82 8
d795a658
IM
9 return audit_open();
10}
This page took 0.147506 seconds and 5 git commands to generate.