-
- Downloads
CFRunLoop: Set pdb->event_count correctly in noteEvents.
kevent returns the number of events placed in the eventlist. Previously, pdb->event_count was always set to POLL_SET_SIZE, so previous events could be picked up again by pdb_low_backend_once if the number of events was lower than in the previous round.
Loading
Please register or sign in to comment