mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Define AT_EMPTY_PATH.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-04-01 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* io/fcntl.h (AT_EMPTY_PATH): Define.
|
||||||
|
|
||||||
2011-03-30 Ulrich Drepper <drepper@gmail.com>
|
2011-03-30 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
|
* sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
|
||||||
|
@ -112,6 +112,7 @@ __BEGIN_DECLS
|
|||||||
# define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
|
# define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
|
||||||
# define AT_NO_AUTOMOUNT 0x800 /* Suppress terminal automount
|
# define AT_NO_AUTOMOUNT 0x800 /* Suppress terminal automount
|
||||||
traversal. */
|
traversal. */
|
||||||
|
# define AT_EMPTY_PATH 0x1000 /* Allow empty relative pathname. */
|
||||||
# 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
|
||||||
|
Reference in New Issue
Block a user