All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdk.internal.sys.linux.SysSyscall Maven / Gradle / Ivy

There is a newer version: 17.alpha.0.57
Show newest version
package jdk.internal.sys.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