Merge tag 'iio-for-v4.2a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[deliverable/linux.git] / tools / build / feature / test-libaudit.c
1 #include <libaudit.h>
2
3 extern int printf(const char *format, ...);
4
5 int main(void)
6 {
7 printf("error message: %s\n", audit_errno_to_name(0));
8
9 return audit_open();
10 }
This page took 0.031538 seconds and 6 git commands to generate.