Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: fusl/arch/generic/bits/fcntl.h

Issue 1689833004: [fusl] Update fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove stray space Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fusl/arch/generic/bits/errno.h ('k') | fusl/arch/generic/bits/fenv.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #define O_CREAT 0100 1 #define O_CREAT 0100
2 #define O_EXCL 0200 2 #define O_EXCL 0200
3 #define O_NOCTTY 0400 3 #define O_NOCTTY 0400
4 #define O_TRUNC 01000 4 #define O_TRUNC 01000
5 #define O_APPEND 02000 5 #define O_APPEND 02000
6 #define O_NONBLOCK 04000 6 #define O_NONBLOCK 04000
7 #define O_DSYNC 010000 7 #define O_DSYNC 010000
8 #define O_SYNC 04010000 8 #define O_SYNC 04010000
9 #define O_RSYNC 04010000 9 #define O_RSYNC 04010000
10 #define O_DIRECTORY 0200000 10 #define O_DIRECTORY 0200000
(...skipping 20 matching lines...) Expand all
31 #define F_GETSIG 11 31 #define F_GETSIG 11
32 32
33 #define F_GETLK 12 33 #define F_GETLK 12
34 #define F_SETLK 13 34 #define F_SETLK 13
35 #define F_SETLKW 14 35 #define F_SETLKW 14
36 36
37 #define F_SETOWN_EX 15 37 #define F_SETOWN_EX 15
38 #define F_GETOWN_EX 16 38 #define F_GETOWN_EX 16
39 39
40 #define F_GETOWNER_UIDS 17 40 #define F_GETOWNER_UIDS 17
OLDNEW
« no previous file with comments | « fusl/arch/generic/bits/errno.h ('k') | fusl/arch/generic/bits/fenv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698