8 lines
125 B
C
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 */
|