mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 15:08:14 +00:00
[CRT]
* Annotate errno.h. svn path=/trunk/; revision=58483
This commit is contained in:
parent
77faf36cdd
commit
01a913e518
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ extern "C" {
|
|||
_CRTIMP extern int *__cdecl _errno(void);
|
||||
#define errno (*_errno())
|
||||
|
||||
errno_t __cdecl _set_errno(int _Value);
|
||||
errno_t __cdecl _get_errno(int *_Value);
|
||||
errno_t __cdecl _set_errno(_In_ int _Value);
|
||||
errno_t __cdecl _get_errno(_Out_ int *_Value);
|
||||
#endif
|
||||
|
||||
#define EPERM 1
|
||||
|
|
Loading…
Reference in a new issue