From: Dmitry V. Levin Date: Mon, 10 Jul 2017 15:27:51 +0000 (+0000) Subject: Update RWF_* constants X-Git-Tag: v4.19~282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04bbe9d130c3d462c1beb42af7a8d69afd47fff2;p=strace Update RWF_* constants * xlat/rwf_flags.in: Add RWF_NOWAIT introduced by linux kernel commit v4.12-rc5-150-gb745fafa. --- diff --git a/xlat/rwf_flags.in b/xlat/rwf_flags.in index 2e754459..34b2eb17 100644 --- a/xlat/rwf_flags.in +++ b/xlat/rwf_flags.in @@ -1,3 +1,4 @@ RWF_HIPRI 1 RWF_DSYNC 2 RWF_SYNC 4 +RWF_NOWAIT 8