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:
Дмитрий Левин 2014-12-11 18:55:43 +00:00
parent 964d80a0f7
commit 19b50da101

View File

@ -19,6 +19,7 @@ sys_renameat(struct tcb *tcp)
return 0;
}
#include <linux/fs.h>
#include "xlat/rename_flags.h"
int