Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a1581c

Browse files
committed
Made posix_error back static as it should be.
1 parent 536d5d3 commit 9a1581c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static object *PosixError; /* Exception posix.error */
7272

7373
/* Set a POSIX-specific error from errno, and return NULL */
7474

75-
extern object *
75+
static object *
7676
posix_error()
7777
{
7878
return err_errno(PosixError);

0 commit comments

Comments
 (0)