Node:Asynchronous I/O Signals, Next:Job Control Signals, Previous:Alarm Signals, Up:Standard Signals
The signals listed in this section are used in conjunction with
asynchronous I/O facilities. You have to take explicit action by
calling fcntl
to enable a particular file descriptor to generate
these signals (see Interrupt Input). The default action for these
signals is to ignore them.
int SIGIO | Macro |
This signal is sent when a file descriptor is ready to perform input
or output.
On most operating systems, terminals and sockets are the only kinds of
files that can generate In the GNU system |
int SIGURG | Macro |
This signal is sent when "urgent" or out-of-band data arrives on a socket. See Out-of-Band Data. |
int SIGPOLL | Macro |
This is a System V signal name, more or less similar to SIGIO .
It is defined only for compatibility.
|