]> granicus.if.org Git - strace/commitdiff
Update RWF_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 10 Jul 2017 15:27:51 +0000 (15:27 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 10 Jul 2017 15:27:51 +0000 (15:27 +0000)
* xlat/rwf_flags.in: Add RWF_NOWAIT introduced by linux kernel
commit v4.12-rc5-150-gb745fafa.

xlat/rwf_flags.in

index 2e7544590e2dc7da43a1405a03b997d14a8e268e..34b2eb176d429428a0c13756a1643775537d4a3c 100644 (file)
@@ -1,3 +1,4 @@
 RWF_HIPRI      1
 RWF_DSYNC      2
 RWF_SYNC       4
+RWF_NOWAIT     8