diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-17 18:36:39 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-17 18:36:39 -0500 |
commit | 620a05296fe3380b7441ba7720e8b25c48a8c28c (patch) | |
tree | 8c7967ad332404f321b6efe5700f1efa4688d2b2 /io/fcntl.h | |
parent | Define MADV_NOHUGEPAGE. (diff) | |
download | glibc-620a05296fe3380b7441ba7720e8b25c48a8c28c.tar.gz glibc-620a05296fe3380b7441ba7720e8b25c48a8c28c.tar.bz2 glibc-620a05296fe3380b7441ba7720e8b25c48a8c28c.zip |
Define AT_NO_AUTOMOUNT.
Diffstat (limited to 'io/fcntl.h')
-rw-r--r-- | io/fcntl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/io/fcntl.h b/io/fcntl.h index 4eb003be46..0b6b047b43 100644 --- a/io/fcntl.h +++ b/io/fcntl.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,1992,1994-2001,2003,2004,2005,2006,2007,2009,2010 +/* 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. @@ -110,6 +110,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 |