8#ifndef PXR_ARCH_ERRNO_H
9#define PXR_ARCH_ERRNO_H
14#include "pxr/arch/pxr.h"
15#include "pxr/arch/api.h"
18ARCH_NAMESPACE_OPEN_SCOPE
33#if defined(ARCH_OS_WINDOWS)
37ARCH_API std::string ArchStrSysError(
unsigned long errorCode);
40ARCH_NAMESPACE_CLOSE_SCOPE
std::string ArchStrerror()
Return the error string for the current value of errno.