Skip to content

Commit

Permalink
Fixed: skip0 now is private
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg committed Jun 2, 2024
1 parent 26fbb8d commit 1ef7e14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static native int write0(FileDescriptor fd, long address, int len)
static native long writev0(FileDescriptor fd, long address, int len)
throws IOException;

static native long skip0(FileDescriptor fd, long n)
private static native long skip0(FileDescriptor fd, long n)
throws IOException;

static {
Expand Down

0 comments on commit 1ef7e14

Please sign in to comment.