Files
RedBear-OS/include/bits/errno.h
T
2018-10-28 13:24:34 +01:00

16 lines
208 B
C

#ifndef _BITS_ERRNO_H
#define _BITS_ERRNO_H
#ifdef __cplusplus
extern "C" {
#endif
//TODO extern __thread int errno;
extern int errno;
#ifdef __cplusplus
} // extern "C"
#endif
#endif /* _BITS_ERRNO_H */