aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_console.c
diff options
context:
space:
mode:
authorLaxmi Devi <Laxmi.Devi@in.bosch.com>2018-05-24 15:04:23 +0530
committerDavid Robillard <d@drobilla.net>2018-09-20 10:30:26 +0200
commit399a5586a60b81daf483d543adefd025e705c6ed (patch)
treedbd549d12a1a338d55ccfe4d104a9782d0a18965 /src/jalv_console.c
parent43dd0b6fd560f97e2584364593c5e44f2262c281 (diff)
downloadjalv-399a5586a60b81daf483d543adefd025e705c6ed.tar.gz
jalv-399a5586a60b81daf483d543adefd025e705c6ed.tar.bz2
jalv-399a5586a60b81daf483d543adefd025e705c6ed.zip
Use sigaction() instead of signal()
Issue is that even after ctrl+c, fgets is waiting for a newline. See signal(7) for details. We have to either use siginterrupt() together with signal(), or use sigaction() instead of signal() for registering the signal handler, in order to disable restarting a read() system call after a signal. Signed-off-by: Laxmi Devi <Laxmi.Devi@in.bosch.com> Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
Diffstat (limited to 'src/jalv_console.c')
0 files changed, 0 insertions, 0 deletions