24 #ifndef PXR_BASE_ARCH_ERRNO_H 25 #define PXR_BASE_ARCH_ERRNO_H 32 #include "pxr/base/arch/api.h" 35 PXR_NAMESPACE_OPEN_SCOPE
53 #if defined(ARCH_OS_WINDOWS) 54 ARCH_API std::string ArchStrSysError(
unsigned long errorCode);
62 PXR_NAMESPACE_CLOSE_SCOPE
64 #endif // PXR_BASE_ARCH_ERRNO_H
ARCH_API std::string ArchStrerror()
Return the error string for the current value of errno.