mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Define AT_NO_AUTOMOUNT.
This commit is contained in:
parent
18ba70a559
commit
620a05296f
@ -1,5 +1,7 @@
|
|||||||
2011-01-17 Ulrich Drepper <drepper@gmail.com>
|
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
|
* sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
|
||||||
MADV_NOHUGEPAGE.
|
MADV_NOHUGEPAGE.
|
||||||
* sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
|
* 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,2010
|
/* Copyright (C) 1991,1992,1994-2001,2003,2004,2005,2006,2007,2009,2010,2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
@ -110,6 +110,8 @@ __BEGIN_DECLS
|
|||||||
# define AT_REMOVEDIR 0x200 /* Remove directory instead of
|
# define AT_REMOVEDIR 0x200 /* Remove directory instead of
|
||||||
unlinking file. */
|
unlinking file. */
|
||||||
# define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
|
# 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
|
# define AT_EACCESS 0x200 /* Test access permitted for
|
||||||
effective IDs, not real IDs. */
|
effective IDs, not real IDs. */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user