Module Name: src Committed By: riastradh Date: Sun Feb 9 17:09:51 UTC 2025
Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Make sure POLLOUT is clear when testing POLLHUP. POLLOUT and POLLHUP are mutually exclusive in POSIX. Also, we're only polling for POLLIN anyway. PR kern/59056: poll POLLHUP bugs To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/sys/t_poll.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.