C signal handling: Difference between revisions

Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 5 interwiki links, now provided by Wikidata on d:q307232 (Report Errors)
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]]) definesdefine 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==