mosml icon indicating copy to clipboard operation
mosml copied to clipboard

Fixed obsolete flag.

Open pranomostro opened this issue 6 years ago • 1 comments

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 avatar Jan 10 '19 22:01 pranomostro

This fixed non-compilation.

pranomostro avatar Jan 10 '19 22:01 pranomostro