[libcxx-commits] [PATCH] D79784: [libc++] Adjust how we guard the inclusion of unistd.h

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 12 10:11:54 PDT 2020


ldionne added inline comments.


================
Comment at: libcxx/src/filesystem/operations.cpp:40
-#if !defined(_WIN32)
-#include <unistd.h>
-#endif
----------------
LittleFox94 wrote:
> ldionne wrote:
> > You're not including it anymore?
> It's done unconditionally in line 22
Good catch!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79784





More information about the libcxx-commits mailing list