Source Compatibility Guide

siginterrupt, signal, sigvec and sigaction

In the SunOS 4.1 release, siginterrupt is a library function that allows signal interruptions; signal is a library function for simplified signal processing. Both now call sigvec, which itself calls the sigaction routine.