Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
838fe1887765f4cc679febea60d87d2a06bd300e
/
.
/
tools
/
build
/
feature
/
test-libaudit.c
blob: afc019f08641c5d9cd9d8cfeeb69aec7cd1d7687 [
file
] [
log
] [
blame
]
#include
<libaudit.h>
extern
int
printf
(
const
char
*
format
,
...);
int
main
(
void
)
{
printf
(
"error message: %s\n"
,
audit_errno_to_name
(
0
));
return
audit_open
();
}