
jdk.internal.sys.bsd.SysProc Maven / Gradle / Ivy
package jdk.internal.sys.bsd;
import static org.qbicc.runtime.CNative.*;
import static jdk.internal.sys.posix.SysTypes.*;
@include("")
public class SysProc {
public static final class struct_extern_proc extends object {
public ptr> p_un; // union { struct { proc*; proc* } p_st1; timeval __p_starttime }
public pid_t p_pid;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy