URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [systat.c] - Rev 9
Compare with Previous | Blame | View Log
/* 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)