debloat src/thread tree but putting lots of junk in one file
[oweals/musl.git] / src / linux / klogctl.c
index 976f29e3887b6ebf605bea6b5ad251a1f5b26ddd..209ae7421b0088fc3238eed2573cfab9e30358ac 100644 (file)
@@ -2,5 +2,5 @@
 
 int klogctl (int type, char *buf, int len)
 {
-       return syscall3(__NR_syslog, type, (long)buf, len);
+       return syscall(SYS_syslog, type, buf, len);
 }