Skip to content

Commit

Permalink
Fix decoding of renameat2 RENAME_* flags
Browse files Browse the repository at this point in the history
* renameat.c: Include <linux/fs.h> where RENAME_NOREPLACE,
RENAME_EXCHANGE, and RENAME_WHITEOUT are usually defined.
  • Loading branch information
ldv-alt committed Dec 11, 2014
1 parent 964d80a commit 19b50da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renameat.c
Expand Up @@ -19,6 +19,7 @@ sys_renameat(struct tcb *tcp)
return 0;
}

#include <linux/fs.h>
#include "xlat/rename_flags.h"

int
Expand Down

0 comments on commit 19b50da

Please sign in to comment.