diff options
author | Michal Gorny <mgorny@gentoo.org> | 2018-12-16 15:12:06 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2018-12-16 15:12:06 +0000 |
commit | 4ce222198cfde1c013b86b2c694a835a47ac153b (patch) | |
tree | 83d63b12efc46c475b31a9b01ba8ef6ee7318e38 /lldb/packages/Python/lldbsuite/test/python_api/module_section | |
parent | 13ac2f15b0416bf85f53753657dafda6da4c353f (diff) | |
download | bcm5719-llvm-4ce222198cfde1c013b86b2c694a835a47ac153b.tar.gz bcm5719-llvm-4ce222198cfde1c013b86b2c694a835a47ac153b.zip |
[test] [support] Use socket()+bind() to create unix sockets portably
Replace the mknod() call with socket() + bind() for creating unix
sockets. The mknod() method is not portable and does not work
on NetBSD while binding the socket should work on all systems supporting
unix sockets.
Differential Revision: https://reviews.llvm.org/D55576
llvm-svn: 349305
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/module_section')
0 files changed, 0 insertions, 0 deletions