__sysv_signal

Name

__sysv_signal -- signal handling

Synopsis

__sighandler_t __sysv_signal(int sig, __sighandler_t handler);

Description

__sysv_signal() has the same behavior as signal() as specified by ISO POSIX (2003).

__sysv_signal() is not in the source standard; it is only in the binary standard.