[PATCH] D55576: [libcxx] [test] [support] Use socket()+bind() to create unix sockets portably
Michał Górny via Phabricator
reviews at reviews.llvm.org
Sun Dec 16 07:16:11 PST 2018
mgorny added a comment.
@dim, thanks for the review. Should I also try removing the following restriction?
#if !defined(__APPLE__) && !defined(__FreeBSD__) // No support for domain sockets
{env.create_socket("socket"), file_type::socket},
#endif
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55576/new/
https://reviews.llvm.org/D55576
More information about the libcxx-commits
mailing list