Page MenuHomeFreeBSD

kern: poll: tap out the pollfd array on successful return
ClosedPublic

Authored by kevans on Feb 29 2024, 4:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 29, 8:09 AM
Unknown Object (File)
Tue, Apr 28, 9:52 AM
Unknown Object (File)
Tue, Apr 28, 6:27 AM
Unknown Object (File)
Mon, Apr 27, 4:17 PM
Unknown Object (File)
Sat, Apr 25, 4:23 AM
Unknown Object (File)
Wed, Apr 22, 11:24 PM
Unknown Object (File)
Sat, Apr 18, 2:46 PM
Unknown Object (File)
Thu, Apr 16, 9:57 AM
Subscribers

Details

Summary

We do this in kern_poll() to include freebsd32 but exclude the linux
compat layer. The ABI should be the same, but the POLL constants are
probably different or should be assumed so.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable