aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/abis/ironclad/utsname.h
blob: 2cd2226523e7f24481902c045f9927dcce1d2e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _ABIBITS_UTSNAME_T_H
#define _ABIBITS_UTSNAME_T_H

struct utsname {
	char sysname[65];
	char nodename[65];
	char release[65];
	char version[65];
	char machine[65];
};

#endif // _ABIBITS_UTSNAME_T_H