Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234938
b: refs/heads/master
c: 5229645
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Al Viro committed Mar 16, 2011
1 parent f024ede commit c61de13
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e794589e588a88d34e339feee50c72606fb21a7
refs/heads/master: 5229645bdc35f1cc43eb8b25b6993c8fa58b4b43
2 changes: 2 additions & 0 deletions trunk/arch/alpha/include/asm/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#define __O_SYNC 020000000
#define O_SYNC (__O_SYNC|O_DSYNC)

#define O_PATH 040000000

#define F_GETLK 7
#define F_SETLK 8
#define F_SETLKW 9
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/parisc/include/asm/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#define O_NOFOLLOW 000000200 /* don't follow links */
#define O_INVISIBLE 004000000 /* invisible I/O, for DMAPI/XDSM */

#define O_PATH 020000000

#define F_GETLK64 8
#define F_SETLK64 9
#define F_SETLKW64 10
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/sparc/include/asm/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
#define __O_SYNC 0x800000
#define O_SYNC (__O_SYNC|O_DSYNC)

#define O_PATH 0x1000000

#define F_GETOWN 5 /* for sockets. */
#define F_SETOWN 6 /* for sockets. */
#define F_GETLK 7
Expand Down

0 comments on commit c61de13

Please sign in to comment.