RWF_SUPPORTED

mask of flags supported by the kernel

version(linux)
extern (C) @nogc nothrow
enum RWF_SUPPORTED = RWF_HIPRI | RWF_DSYNC | RWF_SYNC | RWF_NOWAIT | RWF_APPEND;

Meta