repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FreeBSD: add file descriptor tracking for _umtx_op
[valgrind.git]
/
none
/
tests
/
syslog.c
blob
0f21a811c08a02b0b659f762c196f72752f070a0
1
// syslog() needs a suppression on Mac OS X (bug 191192). This tests that.
2
3
#include <syslog.h>
4
5
int
main
()
6
{
7
syslog
(
LOG_USER
|
LOG_DEBUG
,
"valgrind/none/tests/syslog: test message"
);
8
return
0
;
9
}