Skip to content

Commit

Permalink
Update LinuxPOSIX.java
Browse files Browse the repository at this point in the history
correct typo errors
  • Loading branch information
Anxbbq authored Aug 28, 2024
1 parent e117fc6 commit 16f47c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/jnr/posix/LinuxPOSIX.java
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public int __NR_ioprio_get() {
return 31;
}
}
}
/** @see /usr/include/asm-generic/unistd.h */
final static class ABI_RISCV64 implements ABI {
@Override
Expand All @@ -328,6 +328,7 @@ public int __NR_ioprio_get() {
return 31 ;
}
}
}


public int ioprio_get(int which, int who) {
Expand Down

0 comments on commit 16f47c5

Please sign in to comment.