From 938178283c29cdc2c8f5004d58dff110ac907883 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 17 Jan 1995 16:01:01 +0000 Subject: new names for lots of new functions --- Include/pyerrors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Include/pyerrors.h') diff --git a/Include/pyerrors.h b/Include/pyerrors.h index 2fa551a6ad..893bc90cb8 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -68,7 +68,7 @@ extern PyObject *PyErr_SetFromErrno Py_PROTO((PyObject *)); extern void PyErr_BadInternalCall Py_PROTO((void)); -extern int sigcheck Py_PROTO((void)); /* In sigcheck.c or signalmodule.c */ +extern int PyErr_CheckSignals Py_PROTO((void)); /* In sigcheck.c or signalmodule.c */ #ifdef __cplusplus } -- cgit v1.2.1