[libcxx-commits] [libcxx] [libc++] Don't make libc++ headers system headers in the modulemap (PR #205509)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 1 05:51:37 PDT 2026
================
@@ -122,7 +122,7 @@
#define __release SYSTEM_RESERVED_NAME
// Android and FreeBSD use this for __attribute__((__unused__))
-#if !defined(__FreeBSD__) && !defined(__ANDROID__)
+#if !defined(__FreeBSD__) && !defined(__ANDROID__) && !defined(__GLIBC__)
----------------
philnik777 wrote:
Done in #206971.
https://github.com/llvm/llvm-project/pull/205509
More information about the libcxx-commits
mailing list