mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
*** empty log message ***
svn path=/trunk/; revision=1536
This commit is contained in:
parent
d6e19c5407
commit
7863eef29d
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
/* $Id: errno.c,v 1.2 2000/12/03 17:58:38 ekohl Exp $
|
/* $Id: errno.c,v 1.3 2001/01/18 13:23:26 jean Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include <msvcrt/internal/tls.h>
|
#include <msvcrt/internal/tls.h>
|
||||||
|
|
||||||
int _errno (void)
|
int *_errno (void)
|
||||||
{
|
{
|
||||||
return (GetThreadData()->terrno);
|
return (&GetThreadData()->terrno);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue