diff options
| author | rsc <rsc> | 2007-08-28 04:13:24 +0000 |
|---|---|---|
| committer | rsc <rsc> | 2007-08-28 04:13:24 +0000 |
| commit | 3341e30f6e080c93e61e60410052bc7290dd7e16 (patch) | |
| tree | b33cb2c50804fab4c3c168b2820a131118e3e1ea /fcntl.h | |
| parent | a759b8a45098b7f52a92c5415f48becd2a69b02d (diff) | |
| download | xv6-labs-2022-3341e30f6e080c93e61e60410052bc7290dd7e16.tar.xz xv6-labs-2022-3341e30f6e080c93e61e60410052bc7290dd7e16.zip | |
nit
Diffstat (limited to 'fcntl.h')
| -rw-r--r-- | fcntl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#define O_CREATE 0x200 #define O_RDONLY 0x000 #define O_WRONLY 0x001 #define O_RDWR 0x002 +#define O_CREATE 0x200 |
