summaryrefslogtreecommitdiff
path: root/src/syslog/openlog.c
blob: 7f4e855864ae7a1ad2519f2516693365ae1d23e9 (plain)
1
2
3
4
5
6
7
8
9
#include <syslog.h>

void openlog(const char * ident, int logopt, int facility)
{
}

/*
XOPEN(400)
*/