Welcome to mirror list, hosted at ThFree Co, Russian Federation.

systat.c « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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)