Remove thread local from errno, for now
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef _BITS_ERRNO_H
|
||||
#define _BITS_ERRNO_H
|
||||
|
||||
extern __thread int errno;
|
||||
//TODO extern __thread int errno;
|
||||
extern int errno;
|
||||
|
||||
#endif /* _BITS_ERRNO_H */
|
||||
|
||||
Reference in New Issue
Block a user