KVM: x86: add read_phys to x86_emulate_ops
[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.075961 seconds and 5 git commands to generate.