X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Ffcntl.h;h=c52a63755fdd5b69e9bd63353b13e6aa82c738c9;hb=5590ff0d5528b60153c0b4e7b771472b5a95e297;hp=8a7c82151de96388fd53c7f06296783bd247b14d;hpb=e2f99018eb7b29954747a2dd78e9fc0c36a60f0f;p=deliverable%2Flinux.git diff --git a/include/linux/fcntl.h b/include/linux/fcntl.h index 8a7c82151de9..c52a63755fdd 100644 --- a/include/linux/fcntl.h +++ b/include/linux/fcntl.h @@ -23,6 +23,13 @@ #define DN_ATTRIB 0x00000020 /* File changed attibutes */ #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */ +#define AT_FDCWD -100 /* Special value used to indicate + openat should use the current + working directory. */ +#define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */ +#define AT_REMOVEDIR 0x200 /* Remove directory instead of + unlinking file. */ + #ifdef __KERNEL__ #ifndef force_o_largefile