Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[firefly-linux-kernel-4.4.55.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 }