Sign in
android-kvm
/
linux
/
b806bec53881f493c550107b8455afc7b7900009
/
.
/
tools
/
build
/
feature
/
test-libaudit.c
blob: f5b0863fa1ec240795339428d8deed98a946d405 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#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
();
}