- SIGINT (POSIX)
Infobox Computing signal
name = SIGINT
description = Terminal interrupt signal
action = Abnormal termination of the processOnPOSIX -compliant platforms, SIGINT is the signal sent to a process when a user wishes to interrupt it. Insource code , SIGINT is a symbolic constant defined in theheader file
. Symbolic signal names are used because a signal's numeric value can vary across platforms; on the vast majority of systems, it is signal #2signal.h Etymology
"SIG" is a common prefix for signal names. "INT" is an abbreviated form of "interrupt" or "interactive".
Usage
SIGINT is sent when the user on the process' terminal presses the "interrupt the running process" key — typically Control-C, but on some systems, the "
delete " character or "break" key (the latter is not anASCII character, but anout-of-band signal such as an electrical condition on aserial port ).ee also
* [http://www.cons.org/cracauer/sigint.html In-depth discussion of SIGINT handling]
Wikimedia Foundation. 2010.