about summary refs log tree commit diff
path: root/io/fcntl.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-02-27 21:38:55 +0000
committerUlrich Drepper <drepper@redhat.com>2006-02-27 21:38:55 +0000
commitc804fb5f4e31447ff601bce0ccef996d7efa2552 (patch)
tree5f5059ec84b70ed0c487cdfeb289fe407b7b5f50 /io/fcntl.h
parent640153adafe5ca3a12ff47b444cafd51fb8d5e27 (diff)
downloadglibc-c804fb5f4e31447ff601bce0ccef996d7efa2552.tar.gz
glibc-c804fb5f4e31447ff601bce0ccef996d7efa2552.tar.xz
glibc-c804fb5f4e31447ff601bce0ccef996d7efa2552.zip
(AT_SYMLINK_FOLLOW): Define.
Diffstat (limited to 'io/fcntl.h')
-rw-r--r--io/fcntl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/io/fcntl.h b/io/fcntl.h
index e50afbbfd1..72a944b3d4 100644
--- a/io/fcntl.h
+++ b/io/fcntl.h
@@ -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