org.qbicc.runtime.linux.SysSyscall Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-runtime-linux Show documentation
Show all versions of qbicc-runtime-linux Show documentation
Qbicc base run time Linux support
package org.qbicc.runtime.linux;
import static org.qbicc.runtime.CNative.*;
/**
*
*/
@include("")
public class SysSyscall {
public static native c_long syscall(c_long number, object... args);
public static final c_long SYS_futex = constant();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy