X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-cris%2Ffcntl.h;h=61c563242b519707f9203e0720d4ce92f583ac60;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=a68e2886e0c178297e72d9c78895e84d862b75ee;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/asm-cris/fcntl.h b/include/asm-cris/fcntl.h index a68e2886e..61c563242 100644 --- a/include/asm-cris/fcntl.h +++ b/include/asm-cris/fcntl.h @@ -22,6 +22,7 @@ #define O_LARGEFILE 0100000 #define O_DIRECTORY 0200000 /* must be a directory */ #define O_NOFOLLOW 0400000 /* don't follow links */ +#define O_NOATIME 01000000 #define F_DUPFD 0 /* dup */ #define F_GETFD 1 /* get f_flags */