Commit a9294b4
Adrien Kunysz
linux: include <poll.h> instead of <sys/poll.h>.
The <sys/poll.h> header is an old deprecated reference to the POSIX <poll.h>
header. This works fine with the GNU C Library but musl libc emits a [warning](https://git.musl-libc.org/cgit/musl/commit/?id=54446d730cfb17c5f7bcf57f139458678f5066cc)
when we refer to <sys/poll.h> insted of <poll.h>.
This change updates the reference on Linux to use the new name.1 parent b0d50ba commit a9294b4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments