UNIX Signal Handling

UNIX SIGIO signal: This signal is used in QUI. No programs developed under QUI should catch this signal.

UNIX SIGPIPE signal: The signal handler of this signal is set to SIG_IGN in QUI. Resetting the signal handler to SIG_DEL may cause QUI to exit unexpectedly.