URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [linux/] [systat.c] - Rev 829
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)