mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Made posix_error back static as it should be.
This commit is contained in:
parent
536d5d3523
commit
9a1581ceca
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue