CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/23 00:34:03
Modified files:
usr.bin/sndiod : file.c
Log message:
sndiod: Properly update the poll(2) event masks after i/o.
If there are no descriptors to poll for an event source, we call
the i/o handlers immediately (before poll(2) is called). As this
may generate output for other descriptors, their the poll(2) event
masks need to be updated.
