pokeplatinum/tools/cw/include/MSL_Extras/sys/utsname.h

21 lines
400 B
C

/*
* Content: Interface file to standard UNIX-style entry points ...
*
* NB: This file implements some UNIX low level support. These functions
* are not guaranteed to be 100% conformant.
*/
#ifndef _MSL_UTSNAME_H
#define _MSL_UTSNAME_H
#include <ansi_params.h>
#pragma options align=native
_MSL_BEGIN_EXTERN_C
_MSL_END_EXTERN_C
#pragma options align=reset
#endif /*_MSL_UTSNAME_H */