summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/systat.c
blob: 9a57aa7e410b814e65c2649c31a5fe9a9d52f06c (plain)
1
2
3
4
5
6
7
8
9
10
/* libc/sys/linux/systat.c - System calls related to overall system state */

/* Written 2000 by Werner Almesberger */


#include <sys/utsname.h>
#include <machine/syscall.h>


_syscall1(int,uname,struct utsname *,name)