Adopt linux' O_APPEND behavior
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.