]> granicus.if.org Git - strace/commit
Fix decoding of renameat2 RENAME_* flags
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 11 Dec 2014 18:55:43 +0000 (18:55 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 11 Dec 2014 21:40:23 +0000 (21:40 +0000)
commit19b50da1017819eb076ac2f5104c9bb317031b82
tree3d6ce3a9af4c641ca783772ebcb71dad37088580
parent964d80a0f77dfd79dc92e1f95f349d0ed1031dcf
Fix decoding of renameat2 RENAME_* flags

* renameat.c: Include <linux/fs.h> where RENAME_NOREPLACE,
RENAME_EXCHANGE, and RENAME_WHITEOUT are usually defined.
renameat.c