RFR(S): 8180003: Remove sys/ prefix from poll.h and signal.h includes
Mikael Vidstedt
mikael.vidstedt at oracle.com
Tue May 9 21:29:13 UTC 2017
Please review this small change which removes the sys/ prefix from a bunch of includes of poll.h and signal.h.
hotspot: http://cr.openjdk.java.net/~mikael/webrevs/8180003/webrev.00/hotspot/webrev/
jdk: http://cr.openjdk.java.net/~mikael/webrevs/8180003/webrev.00/jdk/webrev/ <http://cr.openjdk.java.net/~mikael/webrevs/8180003/webrev.00/jdk/webrev/>
Using the sys/ prefix works on many platforms, but the posix spec makes it clear that the poll.h and signal.h header files should be included without the prefix.
I have verified that this change works on all the Oracle supported platforms, but I could use some help verifying it on AIX.
Cheers,
Mikael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20170509/89ed1166/attachment.html>
More information about the nio-dev
mailing list