Skip to content
  • jD91mZM2's avatar
    Adopt linux' O_APPEND behavior · 79cef7c0
    jD91mZM2 authored
    According to `man open`:
    
    > The file is opened in append mode. Before each write(2), the file offset
    is positioned at the end of the file, as if with lseek(2). The modi‐
    fication of the file offset and the write operation are performed as a
    single atomic step.
    79cef7c0