From 9a1581cecaece4375ff6fd8643a21a6fc8ab5a49 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 21 Oct 1990 13:12:47 +0000 Subject: Made posix_error back static as it should be. --- Modules/posixmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index b7b2346..b4a1ff6 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -72,7 +72,7 @@ static object *PosixError; /* Exception posix.error */ /* Set a POSIX-specific error from errno, and return NULL */ -extern object * +static object * posix_error() { return err_errno(PosixError); -- cgit v0.12