Made posix_error back static as it should be.

This commit is contained in:
Guido van Rossum 1990-10-21 13:12:47 +00:00
parent 536d5d3523
commit 9a1581ceca
1 changed files with 1 additions and 1 deletions

View File

@ -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);