diff options
Diffstat (limited to 'include/linux/fcntl.h')
| -rw-r--r-- | include/linux/fcntl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fcntl.h b/include/linux/fcntl.h index c52a63755fdd..996f5611cd59 100644 --- a/include/linux/fcntl.h +++ b/include/linux/fcntl.h | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */ | 29 | #define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */ |
| 30 | #define AT_REMOVEDIR 0x200 /* Remove directory instead of | 30 | #define AT_REMOVEDIR 0x200 /* Remove directory instead of |
| 31 | unlinking file. */ | 31 | unlinking file. */ |
| 32 | #define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */ | ||
| 32 | 33 | ||
| 33 | #ifdef __KERNEL__ | 34 | #ifdef __KERNEL__ |
| 34 | 35 | ||
