UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros
fcntl.h File Reference

Go to the source code of this file.

Macros

#define O_RDONLY   0x000
 
#define O_WRONLY   0x001
 
#define O_RDWR   0x002
 
#define O_CREATE   0x200
 

Macro Definition Documentation

#define O_CREATE   0x200

Definition at line 4 of file fcntl.h.

#define O_RDONLY   0x000

Definition at line 1 of file fcntl.h.

#define O_RDWR   0x002

Definition at line 3 of file fcntl.h.

#define O_WRONLY   0x001

Definition at line 2 of file fcntl.h.