Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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 }