mirror of https://github.com/flysand7/ciabatta.git
revert errno
This commit is contained in:
parent
bc1c0bcc11
commit
08053f6c96
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
_Thread_local int errno;
|
int errno;
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
#define ERANGE 3
|
#define ERANGE 3
|
||||||
|
|
||||||
// TODO: make it thread-local
|
// TODO: make it thread-local
|
||||||
extern _Thread_local int errno;
|
extern int errno;
|
||||||
|
|
Loading…
Reference in New Issue