* gnu/java/nio/channels/natFileChannelPosix.cc
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 21 Oct 2004 18:21:00 +0000 (18:21 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 21 Oct 2004 18:21:00 +0000 (18:21 +0000)
commitb228bf7fd20f936d51d81a48042575f88e7e9742
treedcc18947be5c12c097f76186d9f8c216b46570d7
parentac746f1dbbf2c573671d60cc66d3d8b81c19db7a
* gnu/java/nio/channels/natFileChannelPosix.cc
(FileChannelImpl::available): Call FIONREAD ioctl with 'int *'
argument instead of 'long *'.

From-SVN: r89391
libjava/ChangeLog
libjava/gnu/java/nio/channels/natFileChannelPosix.cc