Skip to content

Commit

Permalink
Define AT_EMPTY_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Apr 1, 2011
1 parent 034c4e1 commit 46998f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
Expand Down
1 change: 1 addition & 0 deletions io/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46998f7

Please sign in to comment.