mosml
mosml copied to clipboard
Fixed obsolete flag.
From sigaction(2):
SA_NODEFER
Do not prevent the signal from being received from within
its own signal handler. This flag is meaningful only when
establishing a signal handler. SA_NOMASK is an obsolete,
nonstandard synonym for this flag.
This fixed non-compilation.