The UnixSignals structure

This structure defines several common Unix signal values, so that you need not suffer the indignity and insecurity of using Signals.fromString to look them up.


Synopsis

signature UNIX_SIGNALS
structure UnixSignals : UNIX_SIGNALS

Interface

include SIGNALS
  where type signal = Signals.signal
val sigPIPE : signal
val sigQUIT : signal
val sigUSR1 : signal
val sigUSR2 : signal
val sigCHLD : signal
val sigCONT : signal
val sigTSTP : signal
val sigTTIN : signal
val sigTTOU : signal

Description

sigPIPE
explain the use and semantics of sigPIPE HERE.

sigQUIT
explain the use and semantics of sigQUIT HERE.

sigUSR1
explain the use and semantics of sigUSR1 HERE.

sigUSR2
explain the use and semantics of sigUSR2 HERE.

sigCHLD
explain the use and semantics of sigCHLD HERE.

sigCONT
explain the use and semantics of sigCONT HERE.

sigTSTP
explain the use and semantics of sigTSTP HERE.

sigTTIN
explain the use and semantics of sigTTIN HERE.

sigTTOU
explain the use and semantics of sigTTOU HERE.