Fix decoding of renameat2 RENAME_* flags
* renameat.c: Include <linux/fs.h> where RENAME_NOREPLACE, RENAME_EXCHANGE, and RENAME_WHITEOUT are usually defined.
This commit is contained in:
parent
964d80a0f7
commit
19b50da101
@ -19,6 +19,7 @@ sys_renameat(struct tcb *tcp)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include <linux/fs.h>
|
||||
#include "xlat/rename_flags.h"
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user