summaryrefslogtreecommitdiffstats
path: root/Python/getcwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/getcwd.c')
-rw-r--r--Python/getcwd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/getcwd.c b/Python/getcwd.c
index 675c4a6..e3c3bfc 100644
--- a/Python/getcwd.c
+++ b/Python/getcwd.c
@@ -30,8 +30,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#include <errno.h>
-extern int errno;
-
#ifndef NO_GETWD
/* Default: Version for BSD systems -- use getwd() */