(need more test, ltp passed)
Details
Details
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Fixed, thanks! btw, also for all of Linuxulator's sigprocmask syscall family should be remove SIGKILL|SIGSTOP from new signal mask.
Will be fixed soon.
Comment Actions
whoops, kern_sigprocmask() already call SIG_CANTMASK for new mask, so remove my SIGDELSET.
sys/compat/linux/linux_misc.c | ||
---|---|---|
2213 | What is this for? The sys_poll() implementation doesn't seem to do anything like this. |
sys/compat/linux/linux_misc.c | ||
---|---|---|
2213 | The Linux ppoll() system call modifies its timeout argument. |
sys/compat/linux/linux_misc.c | ||
---|---|---|
2213 | A comment explaining this would be nice. Still, looks ok. |