Skip to content

Adopt linux' O_APPEND behavior

jD91mZM2 requested to merge jD91mZM2/redoxfs:master into master

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.

Merge request reports