Sign in
ara-mdk
/
platform
/
external
/
valgrind
/
6393569cd934c633b9505e923a48481b9ad6d8df
/
.
/
main
/
none
/
tests
/
syslog.c
blob: 0f21a811c08a02b0b659f762c196f72752f070a0 [
file
] [
log
] [
blame
]
// syslog() needs a suppression on Mac OS X (bug 191192). This tests that.
#include
<syslog.h>
int
main
()
{
syslog
(
LOG_USER
|
LOG_DEBUG
,
"valgrind/none/tests/syslog: test message"
);
return
0
;
}