Use POSIX-specified <poll.h> over <sys/poll.h>
authorRyan Lortie <desrt@desrt.ca>
Sun, 22 Dec 2013 16:33:07 +0000 (11:33 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sun, 22 Dec 2013 16:33:07 +0000 (11:33 -0500)
commit3f41e492851b3e69ceb050986766fe3137cbb1fe
tree8d784c2a02b6b70ce4beff0ec65ee9a67eb71656
parenteeac91f866939fd033303f34c7eb9d2b57c769fb
Use POSIX-specified <poll.h> over <sys/poll.h>

POSIX specifies that <poll.h> is the correct header to include for
poll(), so let's do that instead.

https://bugzilla.gnome.org/show_bug.cgi?id=141251
config.h.win32.in
configure.ac
docs/reference/glib/glib-sections.txt
gio/gunixmounts.c
glib/gpoll.c
tests/timeloop-basic.c