diff options
Diffstat (limited to 'libc/sysdeps/linux/common/sysinfo.c')
-rw-r--r-- | libc/sysdeps/linux/common/sysinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sysinfo.c b/libc/sysdeps/linux/common/sysinfo.c index 78bf75150..fc37aaff6 100644 --- a/libc/sysdeps/linux/common/sysinfo.c +++ b/libc/sysdeps/linux/common/sysinfo.c @@ -9,4 +9,4 @@ #include <sys/syscall.h> #include <sys/sysinfo.h> -_syscall1(int, sysinfo, struct sysinfo *, info); +_syscall1(int, sysinfo, struct sysinfo *, info) |