|
|
1.1 root 1: /*
2: * libc/sys/uname.c
3: */
4:
5: #include <sys/utsname.h>
6:
7: uname(name) struct utsname *name;
8: {
9: return _utssys(name, 0, 0);
10: }
11:
12: /* end of libc/sys/uname.c */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.