[Lldb-commits] [PATCH] D107664: [lldb] [Commands] Remove 'append' from 'platform file open' mode

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 8 04:31:13 PDT 2021


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Sounds reasonable.

> The Linux manpage for pwrite(2) suggests that Linux does not respect O_APPEND there,

I guess it would be more correct to say that it "respects" O_APPEND, when it fact POSIX says it shouldn't.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107664/new/

https://reviews.llvm.org/D107664



More information about the lldb-commits mailing list