[PATCH] D61326: Fixes for builds that require strict X/Open and POSIX compatiblity

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 14:55:12 PDT 2019


daltenty updated this revision to Diff 197875.
daltenty added a comment.



- Address formatting comments
- Revert to using MAP_ANON
- Close the file descriptor on all return paths in Memory::allocateMappedMemory
- Cleanup the pointers we keep in getprogpath


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61326

Files:
  llvm/lib/Support/Unix/Memory.inc
  llvm/lib/Support/Unix/Path.inc
  llvm/lib/Support/Unix/Process.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61326.197875.patch
Type: text/x-patch
Size: 3214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190502/eb61aaec/attachment.bin>


More information about the llvm-commits mailing list