llvm/include
Rafael Espindola bb7c983c5a Drop an unnecessary use of writev.
It looks like the code this patch deletes is based on a misunderstanding of
what guarantees writev provides. In particular, writev with 1 iovec is
not "more atomic" than a write.

Testing on OS X shows that both write and writev from multiple processes
can be intermixed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255837 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-16 22:59:06 +00:00
..
llvm Drop an unnecessary use of writev. 2015-12-16 22:59:06 +00:00
llvm-c [IR] Remove terminatepad 2015-12-14 18:34:23 +00:00