Loading...
Searching...
No Matches
Go to the documentation of this file.
44#define FD_CLOEXEC 0x01
52#define O_NOCTTY 0x0004
54#define O_DIRECTORY 0x0010
56#define O_APPEND 0x0020
59#define O_NONBLOCK 0x0080
63#define O_RDONLY 0x0400
65#define O_WRONLY 0x1000
66#define O_ACCMODE 0x1C00
short l_type
Definition fcntl.h:69
pid_t l_pid
Definition fcntl.h:73
off_t l_start
Definition fcntl.h:71
short l_whence
Definition fcntl.h:70
off_t l_len
Definition fcntl.h:72
int pid_t
Definition types.h:40
unsigned off_t
Definition types.h:37