Remove thread local from errno, for now

This commit is contained in:
Jeremy Soller
2018-03-07 20:37:22 -07:00
parent 85b80d0fe5
commit f01c669771
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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 */