arudradey's picture
Upload folder using huggingface_hub
00df61d verified
Raw
History Blame Contribute Delete
136 Bytes
#include <sys/klog.h>
#include "syscall.h"
int klogctl (int type, char *buf, int len)
{
return syscall(SYS_syslog, type, buf, len);
}