summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.c/syslog.c
blob: aace870eab30c76390b2576f871854113cee3bad (plain)
1
2
3
#include "syscalls.h"

_syscall3(int,syslog,int, type, char *, buf, int, len);