cygwin: Implement renameat2

Define the RENAME_NOREPLACE flag in <cygwin/fs.h> as defined on Linux
in <linux/fs.h>.  The other RENAME_* flags defined on Linux are not
supported.
This commit is contained in:
Ken Brown
2017-08-17 09:12:15 -04:00
committed by Corinna Vinschen
parent c496cbb6bd
commit f665b1cef3
5 changed files with 54 additions and 7 deletions

View File

@@ -1168,6 +1168,7 @@ remquof NOSIGFE
remquol NOSIGFE
rename SIGFE
renameat SIGFE
renameat2 SIGFE
res_close = __res_close SIGFE
res_init = __res_init SIGFE
res_mkquery = __res_mkquery SIGFE