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

jnr.posix.Linux Maven / Gradle / Ivy

There is a newer version: 4.15.102
Show newest version
package jnr.posix;

/**
 * Linux-specific POSIX-like functions.
 */
public interface Linux extends POSIX {
    int ioprio_get(int which, int who);
    int ioprio_set(int which, int who, int ioprio);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy