strace/xlat/rwf_flags.in
Eugene Syromyatnikov 2e5510da5f xlat: update the list of RWF_* constants
* xlat/rwf_flags.in (RWF_APPEND): New constant introduced by linux
kernel commit v4.16-rc1~145^2~7.
* NEWS: Mention it.
2018-02-27 13:14:38 +00:00

6 lines
76 B
Plaintext

RWF_HIPRI 0x01
RWF_DSYNC 0x02
RWF_SYNC 0x04
RWF_NOWAIT 0x08
RWF_APPEND 0x10