Commit 9ee3bc9d authored by Guido van Rossum's avatar Guido van Rossum

Made posix_error back static as it should be.

parent bffcda9e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment