Cygwin: linkat: support Linux-specific AT_EMPTY_PATH flag

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2019-01-07 19:36:37 +01:00
parent b93022a82d
commit 9443efe099
4 changed files with 25 additions and 2 deletions

View File

@ -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