2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the w64 mingw-runtime package.
4 * No warranty is given; refer to the file DISCLAIMER within this package.
15 #ifndef _CRT_ERRNO_DEFINED
16 #define _CRT_ERRNO_DEFINED
17 _CRTIMP
extern int *__cdecl
_errno(void);
18 #define errno (*_errno())
20 errno_t __cdecl
_set_errno(int _Value
);
21 errno_t __cdecl
_get_errno(int *_Value
);
55 #define ENAMETOOLONG 38
61 #if !defined(_SECURECRT_ERRCODE_VALUES_DEFINED)
62 #define _SECURECRT_ERRCODE_VALUES_DEFINED
70 #define EDEADLOCK EDEADLK