1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Define AT_EMPTY_PATH.

This commit is contained in:
Ulrich Drepper
2011-04-01 08:22:49 -04:00
parent 034c4e1503
commit 46998f7457
2 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,7 @@ __BEGIN_DECLS
# define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
# define AT_NO_AUTOMOUNT 0x800 /* Suppress terminal automount
traversal. */
# define AT_EMPTY_PATH 0x1000 /* Allow empty relative pathname. */
# define AT_EACCESS 0x200 /* Test access permitted for
effective IDs, not real IDs. */
#endif