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

Mara Sophie Grosch via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 12 08:01:58 PDT 2020


LittleFox94 added inline comments.


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


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