Sign in
cos
/
third_party
/
kernel
/
2bb777b7d2bd0e9e10fa648e8f5aff88dcc5ab01
/
.
/
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
();
}