X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc%2Ffcntl.h;h=118b4ab706f170430b0a9f80ee8d5ab9394da72c;hb=720b94a4e7548e78be55ab8fd3be4686c57dc808;hp=27ae7d2f6af26033ac4ca2c729f5933d2fbb3d2a;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/include/asm-ppc/fcntl.h b/include/asm-ppc/fcntl.h index 27ae7d2f6..118b4ab70 100644 --- a/include/asm-ppc/fcntl.h +++ b/include/asm-ppc/fcntl.h @@ -20,6 +20,7 @@ #define O_NOFOLLOW 0100000 /* don't follow links */ #define O_LARGEFILE 0200000 #define O_DIRECT 0400000 /* direct disk access hint */ +#define O_ATOMICLOOKUP 01000000 /* tux hack */ #define F_DUPFD 0 /* dup */ #define F_GETFD 1 /* get close_on_exec */