mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-12 20:19:14 +08:00
11 lines
216 B
C
11 lines
216 B
C
|
/* libc/sys/linux/systat.c - System calls related to overall system state */
|
||
|
|
||
|
/* Written 2000 by Werner Almesberger */
|
||
|
|
||
|
|
||
|
#include <sys/utsname.h>
|
||
|
#include <sys/syscall.h>
|
||
|
|
||
|
|
||
|
_syscall1(int,uname,struct utsname *,name)
|