C signal handling: Difference between revisions

Content deleted Content added
Line 14:
*<code>SIGTERM</code> - termination request sent to the program.
 
Additional signals may be specified in the <code>signal.h</code> header by the implementation. For example, Unix and [[Unix-like]] operating systems (such as [[Linux]]) define more than 15 additional signals.<ref name="sus">{{cite web | url=http://pubs.opengroup.org/onlinepubs/007904975/ | title=The Open Group Base Specifications Issue 6 - signal.h - signals | accessdate=10 January 2012}}</ref>
 
==Handling==