| Class and Description |
|---|
| jnr.posix.POSIXFunctionMapper
Use SimpleFunctionMapper instead.
|
| Method and Description |
|---|
| jnr.posix.POSIX.fcntl(int, Fcntl, int...)
This version does not pass args because jnr-ffi does not support variadic invocation.
|
| jnr.posix.LibC.fcntl(int, int, int...) |