Revert "Preserve select(2) semantics when the other end of the pipe is gone".
authormpi <mpi@openbsd.org>
Fri, 22 Oct 2021 15:16:50 +0000 (15:16 +0000)
committermpi <mpi@openbsd.org>
Fri, 22 Oct 2021 15:16:50 +0000 (15:16 +0000)
commit24e219549af7752d45f3a3a5fa0215be697338c3
tree0f145eb46186aaa05c399f2d520f734b75463480
parent596b109a4d822ce436607183ea46f9785b5deb45
Revert "Preserve select(2) semantics when the other end of the pipe is gone".

The logic to emulate the current poll/select behavior is better implemented
at the syscall layer and not in the kqueue backend.

Discussed with deraadt@, ok anton@
sys/kern/sys_pipe.c