Standard ML of New Jersey


The UnixSignals structure


Synopsis

signature UNIX_SIGNALS
structure UnixSignals : UNIX_SIGNALS

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.


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.



[ Top | Parent | Contents | Index | Root ]

Last Modified October 28, 1997
Comments to sml-nj@research.bell-labs.com
Copyright © 1998 Bell Labs, Lucent Technologies