From 3a1a19790a1c7029c7cfe73fd8aac5fda1be08c3 Mon Sep 17 00:00:00 2001 From: Gitea Date: Tue, 1 Dec 2020 17:29:52 -0600 Subject: [PATCH] made the errno var static --- include/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/errno.h b/include/errno.h index 74a464b..65dd44f 100755 --- a/include/errno.h +++ b/include/errno.h @@ -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