Files
fossdd d233bf84d7 Use <poll.h> insted of <sys/poll.h>
Acording to POSIX <poll.h> should be used instead of <sys/poll.h>.

Libcs like musl libc added a redict due maintain compat with older
glibcs and added the following warning:

	/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
	    1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
	      |  ^~~~~~~

Ref: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/poll.h.html
2026-01-18 23:27:57 -06:00
..
2021-11-29 12:50:26 +11:00
2021-11-29 12:50:26 +11:00
2026-01-18 23:27:57 -06:00
2023-01-07 12:08:39 +11:00
2021-11-29 12:50:26 +11:00
2021-11-29 12:50:26 +11:00