Cygwin: linkat: support Linux-specific AT_EMPTY_PATH flag
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -166,6 +166,7 @@ extern "C" {
|
||||
#define AT_SYMLINK_NOFOLLOW 2
|
||||
#define AT_SYMLINK_FOLLOW 4
|
||||
#define AT_REMOVEDIR 8
|
||||
#define AT_EMPTY_PATH 16
|
||||
#endif
|
||||
|
||||
#if __BSD_VISIBLE
|
||||
|
Reference in New Issue
Block a user