[][src]Constant linux::fd::flags::FD_APPEND

pub const FD_APPEND: DescriptionFlags

Perform all writes to the file at the end of the file.

= See also

  • link:man:open(2) and O_APPEND therein