diff --git a/include/errno.h b/include/errno.h index 65dd44f..3f11e0d 100755 --- a/include/errno.h +++ b/include/errno.h @@ -12,13 +12,7 @@ #ifndef _FLC_ERRNO #define _FLC_ERRNO -/* - Eh, this may not be "correct". Should it be static? - A pointer? Something else entirely? - This probably isn't thread-safe. Should it be? - -Kat -*/ -static int errno; +extern int errno; #define E2BIG 1 #define EACCESS 2