NetSurf
|
Interface to uts API to get name and information about current kernel. More...
Go to the source code of this file.
Data Structures | |
struct | utsname |
system information filled in by uname derived from posix spec. More... | |
Functions | |
int | uname (struct utsname *buf) |
Get the system information. More... | |
Interface to uts API to get name and information about current kernel.
Definition in file utsname.h.
int uname | ( | struct utsname * | buf | ) |
Get the system information.
buf | the buffer to fill with the information. |
Definition at line 459 of file utils.c.
References utsname::machine, utsname::nodename, utsname::release, utsname::sysname, and utsname::version.
Referenced by nslog_init(), and user_agent_build_string().