ReactOS 0.4.15-dev-7788-g1ad9096
geterrno.c File Reference
#include <schily/errno.h>
#include <schily/standard.h>
#include <schily/schily.h>
Include dependency graph for geterrno.c:

Go to the source code of this file.

Macros

#define _TS_ERRNO   /* Solaris: get thread safe errno value */
 
#define _LIBC_REENTRANT   /* Linux: get thread safe errno value */
 

Functions

EXPORT int geterrno ()
 

Macro Definition Documentation

◆ _LIBC_REENTRANT

#define _LIBC_REENTRANT   /* Linux: get thread safe errno value */

Definition at line 23 of file geterrno.c.

◆ _TS_ERRNO

#define _TS_ERRNO   /* Solaris: get thread safe errno value */

Definition at line 20 of file geterrno.c.

Function Documentation

◆ geterrno()