summaryrefslogtreecommitdiffstats
path: root/Python/sigcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/sigcheck.c')
-rw-r--r--Python/sigcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sigcheck.c b/Python/sigcheck.c
index 2249ed9..dba4bfb 100644
--- a/Python/sigcheck.c
+++ b/Python/sigcheck.c
@@ -19,7 +19,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
/* ARGSUSED */
int
-PyErr_CheckSignals()
+PyErr_CheckSignals(void)
{
if (!PyOS_InterruptOccurred())
return 0;