7#ifndef PXR_BASE_ARCH_ERRNO_H
8#define PXR_BASE_ARCH_ERRNO_H
15#include "pxr/base/arch/api.h"
18PXR_NAMESPACE_OPEN_SCOPE
36#if defined(ARCH_OS_WINDOWS)
40ARCH_API std::string ArchStrSysError(
unsigned long errorCode);
45PXR_NAMESPACE_CLOSE_SCOPE
ARCH_API std::string ArchStrerror()
Return the error string for the current value of errno.