Comment by GoblinSlayer
1 month ago
Linux kernel signal syscall works without restart, but glibc wrapper for signal calls sigaction with SA_RESTART (BSD semantics). I had impression all wait functions are unconditionally interrupted, but wait(2) indeed respects SA_RESTART.
No comments yet
Contribute on Hacker News ↗