Go to the documentation of this file.
18 #ifndef __LIBPOSIX_UTSNAME_H
19 #define __LIBPOSIX_UTSNAME_H
char machine[UTSBUF]
Name of the hardware type on which the system is running.
char version[UTSBUF]
Current version level of this release.
C int uname(struct utsname *name)
Get the name of the current system.
#define C
Used to define external C functions.
#define UTSBUF
Size of each buffer in the utsname structure fields.
char sysname[UTSBUF]
Name of this implementation of the operating system.
char nodename[UTSBUF]
Name of this node within the communications network to which this node is attached,...
char release[UTSBUF]
Current release level of this implementation.