Skip to content

Commit

Permalink
(AT_SYMLINK_FOLLOW): Define.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 27, 2006
1 parent 640153a commit c804fb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions io/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ __BEGIN_DECLS

#ifdef __USE_ATFILE
# define AT_FDCWD -100 /* Special value used to indicate
openat should use the current
working directory. */
the *at functions 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. */
# define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
# define AT_EACCESS 0x200 /* Test access permitted for
effective IDs, not real IDs. */
#endif
Expand Down

0 comments on commit c804fb5

Please sign in to comment.