Skip to content
Snippets Groups Projects
Commit 492efb77 authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Don't include <osv/poll.h> in <osv/file.h>

We can't include osv/poll.h from osv/file.h. It's not needed there,
and causes a mess now that I added a use of BSD's "struct mtx" to
poll.h (because it turns out we have code using <osv/file.h> and using
the name "mtx" for something else).

After removing the unneeded include of <osv/poll.h> from osv/file.h,
we need to add include <sys/poll.h> to a few additional source files
(note include of sys/poll.h, not osv/poll.h).
parent 3c018a8f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment