]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/fcntl.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
[linux-2.6-omap-h63xx.git] / include / linux / fcntl.h
index c52a63755fdd5b69e9bd63353b13e6aa82c738c9..996f5611cd59dc73ed9d01b2dec84f0708dcf7d9 100644 (file)
@@ -29,6 +29,7 @@
 #define AT_SYMLINK_NOFOLLOW    0x100   /* Do not follow symbolic links.  */
 #define AT_REMOVEDIR           0x200   /* Remove directory instead of
                                            unlinking file.  */
+#define AT_SYMLINK_FOLLOW      0x400   /* Follow symbolic links.  */
 
 #ifdef __KERNEL__