|
Description
|
Prior to jdk7 b64, fdopendir was located dynamically. Since b64 we link to is statically, thus creating a dependency on glibc 2.4, see:
http://mail.openjdk.java.net/pipermail/nio-dev/2009-July/000601.html
Folks on the BSD porting list also ran into this:
http://mail.openjdk.java.net/pipermail/bsd-port-dev/2009-July/000781.html
Note that the implementation does not require fdopendir to be present. If not present, then it just means that newDirectoryStream will never return a SecureDirectoryStream and so more advanced features are not available.
Posted Date : 2009-07-24 12:00:25.0
|