Name
__sysv_signal -- signal handling
Synopsis
__sighandler_t __sysv_signal(int sig, __sighandler_t handler); |
Description
__sysv_signal(sig, handler) has the same behavior as signal(sig, handler) as specified by X/Open.
__sysv_signal is not in the source standard; it is only in the binary standard.