repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
locking/lockdep: Fix print_collision() unused warning
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libaudit.c
blob
afc019f08641c5d9cd9d8cfeeb69aec7cd1d7687
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
}