diff options
Diffstat (limited to 'hurd/fd-write.c')
-rw-r--r-- | hurd/fd-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fd-write.c b/hurd/fd-write.c index f63bae5908..2463cea1c5 100644 --- a/hurd/fd-write.c +++ b/hurd/fd-write.c @@ -33,7 +33,7 @@ _hurd_fd_write (struct hurd_fd *fd, return __io_write (port, buf, *nbytes, offset, &wrote); } - err = HURD_FD_PORT_USE (fd, _hurd_ctty_output (port, ctty, writefd)); + err = HURD_FD_PORT_USE_CANCEL (fd, _hurd_ctty_output (port, ctty, writefd)); if (! err) *nbytes = wrote; |