Files
android_external_libcxx/test/support
Michal Gorny a443a0013d [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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349305 91177308-0d34-0410-b5e6-96231b3b80d8
2018-12-16 15:12:06 +00:00
..
2016-01-19 21:52:04 +00:00
2017-01-20 00:00:31 +00:00
2018-07-27 03:07:09 +00:00
2014-07-24 18:41:56 +00:00