Author: akhaldi
Date: Wed Mar 13 12:30:49 2013
New Revision: 58483
URL:
http://svn.reactos.org/svn/reactos?rev=58483&view=rev
Log:
[CRT]
* Annotate errno.h.
Modified:
trunk/reactos/include/crt/errno.h
Modified: trunk/reactos/include/crt/errno.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/crt/errno.h?rev=58…
==============================================================================
--- trunk/reactos/include/crt/errno.h [iso-8859-1] (original)
+++ trunk/reactos/include/crt/errno.h [iso-8859-1] Wed Mar 13 12:30:49 2013
@@ -17,8 +17,8 @@
_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