_errno 75 native_client_sdk/src/libraries/third_party/pthreads-win32/need_errno.h PTW32_DLLPORT int * __cdecl _errno(void); _errno 76 native_client_sdk/src/libraries/third_party/pthreads-win32/need_errno.h #define errno (*_errno()) _errno 1249 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int * PTW32_CDECL _errno( void ); _errno 1253 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h __declspec(dllimport) extern int * __cdecl _errno(void); _errno 1254 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h # define errno (*_errno()) _errno 92 third_party/libusb/src/msvc/errno.h _CRTIMP int* __cdecl _errno(void); _errno 93 third_party/libusb/src/msvc/errno.h #define errno (*_errno())