revert errno

This commit is contained in:
bumbread 2022-06-16 21:38:24 +11:00
parent bc1c0bcc11
commit 08053f6c96
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <errno.h>
_Thread_local int errno;
int errno;

View File

@ -6,4 +6,4 @@
#define ERANGE 3
// TODO: make it thread-local
extern _Thread_local int errno;
extern int errno;