Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c938cb68
Commit
c938cb68
authored
Jun 27, 2003
by
Michael Koch
Committed by
Michael Koch
Jun 27, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2003-06-27 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/FileChannelImpl.java (write): Removed. From-SVN: r68572
parent
1226b900
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
libjava/ChangeLog
+5
-0
libjava/gnu/java/nio/FileChannelImpl.java
+0
-6
No files found.
libjava/ChangeLog
View file @
c938cb68
2003
-
06
-
27
Michael
Koch
<
konqueror
@
gmx
.
de
>
2003
-
06
-
27
Michael
Koch
<
konqueror
@
gmx
.
de
>
*
gnu
/
java
/
nio
/
FileChannelImpl
.
java
(
write
):
Removed
.
2003
-
06
-
27
Michael
Koch
<
konqueror
@
gmx
.
de
>
*
java
/
nio
/
ByteBufferImpl
.
java
*
java
/
nio
/
ByteBufferImpl
.
java
(
ByteBufferImpl
):
Made
it
a
package
-
private
class
(
ByteBufferImpl
):
Made
it
a
package
-
private
class
*
java
/
nio
/
CharBufferImpl
.
java
*
java
/
nio
/
CharBufferImpl
.
java
...
...
libjava/gnu/java/nio/FileChannelImpl.java
View file @
c938cb68
...
@@ -276,12 +276,6 @@ public class FileChannelImpl extends FileChannel
...
@@ -276,12 +276,6 @@ public class FileChannelImpl extends FileChannel
return
ch
.
buf
;
return
ch
.
buf
;
}
}
public
long
write
(
ByteBuffer
[]
srcs
)
throws
IOException
{
return
write
(
srcs
,
0
,
srcs
.
length
);
}
/**
/**
* msync with the disk
* msync with the disk
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment