mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
11 lines
220 B
C
11 lines
220 B
C
/* 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)
|