From 46998f745736b3c8df5901a27b6c2a19f5cc5e98 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 1 Apr 2011 08:22:49 -0400 Subject: Define AT_EMPTY_PATH. --- io/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'io') diff --git a/io/fcntl.h b/io/fcntl.h index 0b6b047b43..597c872d2c 100644 --- a/io/fcntl.h +++ b/io/fcntl.h @@ -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 -- cgit v1.2.3