Clarify usage of __EV_POLL and __EV_SELECT
authorvisa <visa@openbsd.org>
Sat, 11 Dec 2021 09:28:26 +0000 (09:28 +0000)
committervisa <visa@openbsd.org>
Sat, 11 Dec 2021 09:28:26 +0000 (09:28 +0000)
commit6ecc0d7f4d6f1d21d2132d485e949a2b82536051
tree986925fd5739a38c0f50f436d9741a23498f9fe3
parent05210d3dd713bb5830044884a4a499a7bb5e6be0
Clarify usage of __EV_POLL and __EV_SELECT

Make __EV_POLL specific to kqueue-based poll(2), to remove overlap
with __EV_SELECT that only select(2) uses.

OK millert@ mpi@
12 files changed:
sys/isofs/cd9660/cd9660_vnops.c
sys/kern/kern_event.c
sys/kern/spec_vnops.c
sys/kern/sys_generic.c
sys/kern/tty_tty.c
sys/miscfs/fifofs/fifo_vnops.c
sys/miscfs/fuse/fuse_vnops.c
sys/msdosfs/msdosfs_vnops.c
sys/nfs/nfs_kq.c
sys/sys/event.h
sys/tmpfs/tmpfs_vnops.c
sys/ufs/ufs/ufs_vnops.c