Retro68/gcc/newlib/libc/sys/linux/systat.c

11 lines
220 B
C
Raw Normal View History

/* 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)