X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-alpha%2Ffcntl.h;h=25da0017ec87fb2dd675257d7d16a68cc5f89aff;hb=bd6aeeffcc0be716e4d2d1f27fb132741e345cc0;hp=87f2cf459e266367be6f16f10c545f85d41e9bbc;hpb=32983696a48a6c41d99f3eca82ba7510a552d843;p=powerpc.git diff --git a/include/asm-alpha/fcntl.h b/include/asm-alpha/fcntl.h index 87f2cf459e..25da0017ec 100644 --- a/include/asm-alpha/fcntl.h +++ b/include/asm-alpha/fcntl.h @@ -16,6 +16,7 @@ #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ #define O_DIRECT 02000000 /* direct disk access - should check with OSF/1 */ #define O_NOATIME 04000000 +#define O_CLOEXEC 010000000 /* set close_on_exec */ #define F_GETLK 7 #define F_SETLK 8