diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-09 18:08:59 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-09 18:08:59 +0000 |
| commit | 5eec19c8eb0e1afafd7290325c61611c9a13b621 (patch) | |
| tree | 8149b541265439ea0f409b629c27f34c134e4bc5 /sys/compat/linux | |
| parent | 9c328531f0fd5b5ed0870c2d12fbf116ae961032 (diff) | |
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/linux_futex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_futex.c b/sys/compat/linux/linux_futex.c index 5591b4fc3234..1b4ef9e8efe8 100644 --- a/sys/compat/linux/linux_futex.c +++ b/sys/compat/linux/linux_futex.c @@ -779,8 +779,6 @@ linux_futex_wait(struct thread *td, struct linux_futex_args *args) } umtxq_unlock(&uq->uq_key); umtx_key_release(&uq->uq_key); - if (error == ERESTART) - error = EINTR; return (error); } |
