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)
Fri, Apr 26, 10:52 PM
Unknown Object (File)
Fri, Apr 26, 4:43 PM
Unknown Object (File)
Fri, Apr 26, 4:07 AM
Unknown Object (File)
Fri, Apr 26, 3:48 AM
Unknown Object (File)
Tue, Apr 23, 7:41 PM
Unknown Object (File)
Mon, Apr 22, 8:04 PM
Unknown Object (File)
Fri, Apr 19, 5:56 AM
Unknown Object (File)
Apr 14 2024, 5:44 PM
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