Fix: power of 2 size check should apply to size_t type, not uint32_t
[lttng-ust.git] / liblttng-ust-java / LTTNG_UST.java
CommitLineData
2ac85198
MD
1class LTTNG_UST {
2 public static native void lttng_ust_java_string(String name, String arg);
3 static {
4 System.loadLibrary("lttng-ust-java");
5 }
6}
7
This page took 0.021852 seconds and 4 git commands to generate.