diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-03-11 15:25:25 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-14 05:31:42 -0400 |
commit | 93c88c266eacd80a7f2a1754778167390c287b18 (patch) | |
tree | d726c9cc757b61a18d14d3539e5d958c3b599ae0 /boot | |
parent | 73133a3b601b76c46098fb8ad3c76de5fe04c9b2 (diff) | |
download | haskell-93c88c266eacd80a7f2a1754778167390c287b18.tar.gz |
base: Make `open` calls interruptible
As noted in #17912, `open` system calls were `safe` rather than
`interruptible`. Consequently, the program could not be interrupted with
SIGINT if stuck in a slow open operation. Fix this by marking
`c_safe_open` as interruptible.
Diffstat (limited to 'boot')
0 files changed, 0 insertions, 0 deletions