log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Members
>
tobaru
>
CbC_xv6
comparison src/fcntl.h @ 0:
83c23a36980d
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Init
author
Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date
Fri, 26 May 2017 23:11:05 +0900
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:83c23a36980d
1
#define O_RDONLY 0x000
2
#define O_WRONLY 0x001
3
#define O_RDWR 0x002
4
#define O_CREATE 0x200