(AT_SYMLINK_FOLLOW): Define.
authorUlrich Drepper <drepper@redhat.com>
Mon, 27 Feb 2006 21:38:55 +0000 (21:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 27 Feb 2006 21:38:55 +0000 (21:38 +0000)
io/fcntl.h

index e50afbbfd12f15fd193385abfafa5ffa81121b96..72a944b3d45ff07cf003ce956ebfe6ac5c043609 100644 (file)
@@ -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