diff --git a/[refs] b/[refs] index 24df245cf59e..cd88edff8b77 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8b80fc02b829a59602b0f53eb9393ffb2db2659d +refs/heads/master: 620b5e68ee89ba1d3f017056857459dc21be8c7b diff --git a/trunk/include/asm-alpha/fcntl.h b/trunk/include/asm-alpha/fcntl.h index 87f2cf459e26..25da0017ec87 100644 --- a/trunk/include/asm-alpha/fcntl.h +++ b/trunk/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