mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
lint
This commit is contained in:
parent
704a26c5f3
commit
df840d911f
3 changed files with 3 additions and 4 deletions
|
@ -126,9 +126,10 @@ intrcheck()
|
|||
|
||||
static int interrupted;
|
||||
|
||||
/* ARGSUSED */
|
||||
static SIGTYPE
|
||||
intcatcher(sig)
|
||||
int sig;
|
||||
int sig; /* Not used by required by interface */
|
||||
{
|
||||
interrupted = 1;
|
||||
signal(SIGINT, intcatcher);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue