debloat src/thread tree but putting lots of junk in one file
[oweals/musl.git] / src / linux / sysinfo.c
index c61b7aa8c4432c4bc5f3ba6a9e12194b6033da71..2dbd0ad9237c0147834b81dc6ae44dbb548590c2 100644 (file)
@@ -4,5 +4,5 @@ struct sysinfo;
 
 int sysinfo(struct sysinfo *info)
 {
-       return syscall1(__NR_sysinfo, (long)info);
+       return syscall(SYS_sysinfo, info);
 }