
STREAMS Mechanism and System Calls
Asynchronous Event Notification
Chapter 2
39
signal (SIGPOLL, OnRecv);
OnRecv is a user-specified function to be called when the user process receives a SIGPOLL signal.
Refer to the signal (2) manpage for details on signal handling by user applications.