xv6-simplified 0.1
简化版xv6
Loading...
Searching...
No Matches
Macros
fcntl.h File Reference

文件属性 More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define O_RDONLY   0x000
 
#define O_WRONLY   0x001
 
#define O_RDWR   0x002
 
#define O_APPEND   0x004
 
#define O_CREATE   0x40
 
#define O_TRUNC   0x400
 
#define O_DIRECTORY   0x200000
 

Detailed Description

文件属性

Date
23.05.26
Author
xin
Version
0.2 @status Stable

Macro Definition Documentation

◆ O_APPEND

#define O_APPEND   0x004

◆ O_CREATE

#define O_CREATE   0x40

◆ O_DIRECTORY

#define O_DIRECTORY   0x200000

◆ O_RDONLY

#define O_RDONLY   0x000

◆ O_RDWR

#define O_RDWR   0x002

◆ O_TRUNC

#define O_TRUNC   0x400

◆ O_WRONLY

#define O_WRONLY   0x001