diff options
Diffstat (limited to 'Python/sigcheck.c')
-rw-r--r-- | Python/sigcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sigcheck.c b/Python/sigcheck.c index 2249ed93c7..dba4bfb913 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; |