made the errno var static
This commit is contained in:
parent
ffd0e51903
commit
3a1a19790a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
This probably isn't thread-safe. Should it be?
|
This probably isn't thread-safe. Should it be?
|
||||||
-Kat
|
-Kat
|
||||||
*/
|
*/
|
||||||
int errno;
|
static int errno;
|
||||||
|
|
||||||
#define E2BIG 1
|
#define E2BIG 1
|
||||||
#define EACCESS 2
|
#define EACCESS 2
|
||||||
|
|
Loading…
Reference in a new issue