]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define AT_NO_AUTOMOUNT.
authorUlrich Drepper <drepper@gmail.com>
Mon, 17 Jan 2011 23:36:39 +0000 (18:36 -0500)
committerPetr Baudis <pasky@suse.cz>
Thu, 3 Feb 2011 22:15:53 +0000 (23:15 +0100)
(cherry picked from commit 620a05296fe3380b7441ba7720e8b25c48a8c28c)

ChangeLog
io/fcntl.h

index 2e8f498ef7ef36ac95db7ef8efd261749f0f10ac..5a64ac8df5ed364bb66558165bc424e75a1922f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
 
+       * io/fcntl.h: Define AT_NO_AUTOMOUNT.
+
        * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
        MADV_NOHUGEPAGE.
        * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
index 2a2a29dc70b433368a011f9de093a3dee9342aa9..50559cad05b43cb02d7809e4f551dcd9063e07fb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,1992,1994-2001,2003,2004,2005,2006,2007, 2009
+/* Copyright (C) 1991,1992,1994-2001,2003,2004,2005,2006,2007,2009,2010,2011
        Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -64,6 +64,8 @@ __BEGIN_DECLS
 # define AT_REMOVEDIR          0x200   /* Remove directory instead of
                                           unlinking file.  */
 # define AT_SYMLINK_FOLLOW     0x400   /* Follow symbolic links.  */
+# define AT_NO_AUTOMOUNT       0x800   /* Suppress terminal automount
+                                          traversal.  */
 # define AT_EACCESS            0x200   /* Test access permitted for
                                           effective IDs, not real IDs.  */
 #endif