source: trunk/libs/newlib/src/newlib/libc/sys/linux/systat.c

Last change on this file was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 220 bytes
Line 
1/* libc/sys/linux/systat.c - System calls related to overall system state */
2
3/* Written 2000 by Werner Almesberger */
4
5
6#include <sys/utsname.h>
7#include <machine/syscall.h>
8
9
10_syscall1(int,uname,struct utsname *,name)
Note: See TracBrowser for help on using the repository browser.