android_mt6572_jiabo/external/valgrind/none/tests/syslog.c
2025-09-05 16:56:03 +08:00

9 lines
203 B
C

// 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;
}