summaryrefslogtreecommitdiff
path: root/lib/libc/syslog/openlog.c
blob: 84c4797fe6654180e5bc33d258280746e528899c (plain)
1
2
3
4
5
6
7
#include <syslog.h>

int setlogmask(int maskpri)
{
	// TODO
	return 0;
}