[libcxx-commits] [PATCH] D124623: [libc++] Mark tests that use check_assertion.h as requiring unistd.h

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 29 09:17:55 PDT 2022


mstorsjo added a comment.

In D124623#3482744 <https://reviews.llvm.org/D124623#3482744>, @Mordante wrote:

> This looks like a nice cleanup in general but it breaks the MinGW builds.

MinGW does provide a `unistd.h`, but lacks `sys/wait.h`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124623



More information about the libcxx-commits mailing list