sys_ssetmask  [kernel/signal.c]


Sets the signal mask of the set of currently blocked signals.

Arguments

eax 69
ebx New signal mask.

Return values

The return value is the old signal mask.

Remarks

This system is maintained only for backwards compatibility and has been superseded by sys_sigprocmask.

Compatibility

n/a