Modifier and Type | Field and Description |
---|---|
static int |
DARWIN_F_GETFD |
static int |
DARWIN_F_SETFD |
static int |
DARWIN_FD_CLOEXEC |
static int |
DARWIN_TIOCSCTTY |
static int |
LINUX_F_GETFD |
static int |
LINUX_F_SETFD |
static int |
LINUX_FD_CLOEXEC |
static int |
LINUX_TIOCSCTTY |
static int |
rFDCLOEXEC |
static int |
rFGETFD |
static int |
rFSETFD |
static int |
rTIOCSCTTY |
static int |
SIGHUP |
static int |
SIGINT |
Constructor and Description |
---|
Constants() |
public static final int LINUX_TIOCSCTTY
public static final int DARWIN_TIOCSCTTY
public static int rTIOCSCTTY
public static final int LINUX_FD_CLOEXEC
public static final int DARWIN_FD_CLOEXEC
public static int rFDCLOEXEC
public static final int LINUX_F_GETFD
public static final int DARWIN_F_GETFD
public static int rFGETFD
public static final int LINUX_F_SETFD
public static final int DARWIN_F_SETFD
public static int rFSETFD
public static final int SIGHUP
public static final int SIGINT