Files
RedBear-OS/include/bits/errno.h
T
2018-03-07 20:37:22 -07:00

8 lines
125 B
C

#ifndef _BITS_ERRNO_H
#define _BITS_ERRNO_H
//TODO extern __thread int errno;
extern int errno;
#endif /* _BITS_ERRNO_H */