mirror of https://github.com/python/cpython
Made posix_error back static as it should be.
This commit is contained in:
parent
536d5d3523
commit
9a1581ceca
|
@ -72,7 +72,7 @@ static object *PosixError; /* Exception posix.error */
|
||||||
|
|
||||||
/* Set a POSIX-specific error from errno, and return NULL */
|
/* Set a POSIX-specific error from errno, and return NULL */
|
||||||
|
|
||||||
extern object *
|
static object *
|
||||||
posix_error()
|
posix_error()
|
||||||
{
|
{
|
||||||
return err_errno(PosixError);
|
return err_errno(PosixError);
|
||||||
|
|
Loading…
Reference in New Issue