We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62668fb commit 56e88acCopy full SHA for 56e88ac
1 file changed
src/main/java/com/beaudoin/jmm/natives/linux/uio.java
@@ -27,6 +27,7 @@ public static class iovec extends Structure {
27
protected List<String> getFieldOrder() {
28
return Arrays.asList("iov_base", "iov_len");
29
}
30
+
31
32
33
0 commit comments