/* * 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 #pragma options align=native _MSL_BEGIN_EXTERN_C _MSL_END_EXTERN_C #pragma options align=reset #endif /*_MSL_UTSNAME_H */