Message10484

Author zyasoft
Recipients amak, fwierzbicki, wbrana, zyasoft
Date 2015-11-17.16:35:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447778130.88.0.968721665604.issue1943@psf.upfronthosting.co.za>
In-reply-to
Content
Let's reopen this. It's still a low priority, but it should be eminently doable for 2.7.2, given that JNR already supports this functionality:

https://github.com/jnr/jnr-posix/blob/master/src/main/java/jnr/posix/LazyPOSIX.java#L423

Through the ugliness that is PosixModule#getFD, we already support int file descriptors where possible (at least for files that are not sockets), so this would be a straightforward addition.
History
Date User Action Args
2015-11-17 16:35:30zyasoftsetmessageid: <1447778130.88.0.968721665604.issue1943@psf.upfronthosting.co.za>
2015-11-17 16:35:30zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, wbrana
2015-11-17 16:35:30zyasoftlinkissue1943 messages
2015-11-17 16:35:29zyasoftcreate