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:
committed by
Corinna Vinschen
parent
c496cbb6bd
commit
f665b1cef3
@@ -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
|
||||
|
Reference in New Issue
Block a user