8180003: Remove sys/ prefix from poll.h and signal.h includes
authormikael
Thu, 11 May 2017 17:55:03 -0700
changeset 46454 f090a0a198cd
parent 46453 c078e70808cd
child 46455 4527f4e11483
8180003: Remove sys/ prefix from poll.h and signal.h includes Reviewed-by: dholmes, bpb
hotspot/src/os/aix/vm/os_aix.inline.hpp
hotspot/src/os/bsd/vm/os_bsd.inline.hpp
hotspot/src/os/linux/vm/os_linux.inline.hpp
hotspot/src/os/solaris/vm/os_solaris.inline.hpp
--- 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>