/* <syslib/cma_errno.h> * * CMA error handling for DECthreads (V5.5) */ #ifndef _CMA_ERRNO_H #define _CMA_ERRNO_H # ifdef __cplusplus extern "C" { # endif #if defined(errno) && defined(_ERRNO_H) #undef errno /* if we've already #included <errno.h>, avoid redef warning */ #endif #include "sys$library:cma_errno.h" # ifdef __cplusplus } # endif #endif /*_CMA_ERRNO_H*/