8180003: Remove sys/ prefix from poll.h and signal.h includes
Reviewed-by: dholmes, bpb
--- a/hotspot/src/os/aix/vm/os_aix.inline.hpp Thu May 11 16:35:02 2017 -0700
+++ b/hotspot/src/os/aix/vm/os_aix.inline.hpp Thu May 11 17:55:03 2017 -0700
@@ -32,7 +32,7 @@
#include <unistd.h>
#include <sys/socket.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <sys/ioctl.h>
#include <netdb.h>
--- a/hotspot/src/os/bsd/vm/os_bsd.inline.hpp Thu May 11 16:35:02 2017 -0700
+++ b/hotspot/src/os/bsd/vm/os_bsd.inline.hpp Thu May 11 17:55:03 2017 -0700
@@ -31,7 +31,7 @@
#include <unistd.h>
#include <sys/socket.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <netdb.h>
// File names are case-sensitive on windows only
--- a/hotspot/src/os/linux/vm/os_linux.inline.hpp Thu May 11 16:35:02 2017 -0700
+++ b/hotspot/src/os/linux/vm/os_linux.inline.hpp Thu May 11 17:55:03 2017 -0700
@@ -31,7 +31,7 @@
#include <unistd.h>
#include <sys/socket.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <netdb.h>
// File names are case-sensitive on windows only
--- a/hotspot/src/os/solaris/vm/os_solaris.inline.hpp Thu May 11 16:35:02 2017 -0700
+++ b/hotspot/src/os/solaris/vm/os_solaris.inline.hpp Thu May 11 17:55:03 2017 -0700
@@ -31,7 +31,7 @@
#include <sys/param.h>
#include <dlfcn.h>
#include <sys/socket.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <sys/filio.h>
#include <unistd.h>
#include <netdb.h>