kfl / mosml

Moscow ML is a light-weight implementation of Standard ML (SML), a strict functional language widely used in teaching and research.
http://mosml.org
341 stars 42 forks source link

Fixed obsolete flag. #56

Open pranomostro opened 5 years ago

pranomostro commented 5 years ago

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.
pranomostro commented 5 years ago

This fixed non-compilation.