(AT_SYMLINK_FOLLOW): Define.
This commit is contained in:
parent
640153adaf
commit
c804fb5f4e
@ -58,11 +58,12 @@ __BEGIN_DECLS
|
|||||||
|
|
||||||
#ifdef __USE_ATFILE
|
#ifdef __USE_ATFILE
|
||||||
# define AT_FDCWD -100 /* Special value used to indicate
|
# define AT_FDCWD -100 /* Special value used to indicate
|
||||||
openat should use the current
|
the *at functions should use the
|
||||||
working directory. */
|
current working directory. */
|
||||||
# define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */
|
# define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */
|
||||||
# define AT_REMOVEDIR 0x200 /* Remove directory instead of
|
# define AT_REMOVEDIR 0x200 /* Remove directory instead of
|
||||||
unlinking file. */
|
unlinking file. */
|
||||||
|
# define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
|
||||||
# define AT_EACCESS 0x200 /* Test access permitted for
|
# define AT_EACCESS 0x200 /* Test access permitted for
|
||||||
effective IDs, not real IDs. */
|
effective IDs, not real IDs. */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user