made the errno var static

This commit is contained in:
Gitea 2020-12-01 17:29:52 -06:00
parent ffd0e51903
commit 3a1a19790a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
This probably isn't thread-safe. Should it be?
-Kat
*/
int errno;
static int errno;
#define E2BIG 1
#define EACCESS 2