[libcxx-commits] [PATCH] D92057: [libc++] Do not include sysctl.h when building with musl libc

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 25 12:06:23 PST 2020


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

> The header file sysctl.h uses BEGIN_DECLS/END_DECLS which are not defined by musl.

I don't understand. What's the issue?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92057



More information about the libcxx-commits mailing list