The <signal.h> include file defines the values for signals and declares the signal() and raise() functions.
The <signal.h> include file also defines the following
macros:
SIGABRT SIGALL SIG_DFL |
SIG_ERR SIGFPE SIG_IGN |
SIGILL SIGINT SIGIO |
SIGOTHER SIGSEGV SIGTERM |
SIGUSR1 SIGUSR2 |
<signal.h> also declares the function _GetExcData, an iSeries extension to the C standard library.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.