Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
O_NDELAY
arch/sparc/include/uapi/asm/fcntl.h
13
#define O_NDELAY 0x0004
arch/sparc/include/uapi/asm/fcntl.h
15
#define O_NDELAY (0x0004 | O_NONBLOCK)
include/uapi/asm-generic/fcntl.h
95
#define O_NDELAY O_NONBLOCK