diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-17 18:36:39 -0500 |
---|---|---|
committer | Petr Baudis <pasky@suse.cz> | 2011-02-03 23:15:53 +0100 |
commit | 77314ef9bd82f3256e8b29428b2d9062f2523567 (patch) | |
tree | c7db44e0c3be9267ee1f1ae9da8925ee118ca24f | |
parent | 6c1ac1d1218ca980dd910214d90faabedf16d3a2 (diff) | |
download | glibc-77314ef9bd82f3256e8b29428b2d9062f2523567.zip glibc-77314ef9bd82f3256e8b29428b2d9062f2523567.tar.gz glibc-77314ef9bd82f3256e8b29428b2d9062f2523567.tar.bz2 |
Define AT_NO_AUTOMOUNT.
(cherry picked from commit 620a05296fe3380b7441ba7720e8b25c48a8c28c)
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | io/fcntl.h | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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 |