add directory kernel
This commit is contained in:
16
kernel/0.1x/linux-0.10/include/sys/utsname.h
Normal file
16
kernel/0.1x/linux-0.10/include/sys/utsname.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _SYS_UTSNAME_H
|
||||
#define _SYS_UTSNAME_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
struct utsname {
|
||||
char sysname[9];
|
||||
char nodename[9];
|
||||
char release[9];
|
||||
char version[9];
|
||||
char machine[9];
|
||||
};
|
||||
|
||||
extern int uname(struct utsname * utsbuf);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user