KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
utsname.h File Reference

Definitions for the uname() function. More...

#include <sys/cdefs.h>

Go to the source code of this file.

Data Structures

struct  utsname
 Kernel name/information structure. More...
 

Macros

#define _UTSNAME_LENGTH   64
 

Functions

int uname (struct utsname *n)
 Retrieve version and other similar information about the kernel.
 

Detailed Description

Definitions for the uname() function.

This file contains the definitions needed for using the uname() function, as directed by the POSIX 2008 standard (aka The Open Group Base Specifications Issue 7).

Author
Lawrence Sebald