]> err.no Git - linux-2.6/blobdiff - include/asm-alpha/fcntl.h
PCI PM: Export pci_pme_active to drivers
[linux-2.6] / include / asm-alpha / fcntl.h
index e2aacbbe38bcc67e7e67d6e4608db7228fccbfa2..25da0017ec87fb2dd675257d7d16a68cc5f89aff 100644 (file)
@@ -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
 
 #define F_INPROGRESS   64
 
-struct flock {
-       short l_type;
-       short l_whence;
-       __kernel_off_t l_start;
-       __kernel_off_t l_len;
-       __kernel_pid_t l_pid;
-};
-
 #include <asm-generic/fcntl.h>
 
 #endif