[libcxx-commits] [libcxx] [libcxx] Remove the second inclusion of the system header (PR #120946)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 10 13:12:33 PST 2025
================
@@ -106,10 +106,6 @@ void perror(const char* s);
# ifndef _LIBCPP_STDIO_H
# define _LIBCPP_STDIO_H
-# if __has_include_next(<stdio.h>)
-# include_next <stdio.h>
----------------
ldionne wrote:
I can't reproduce the issue I mentioned above. Since we're also not seeing any issues in our CI, let's leave things as-is but pay attention in case a bug report gets filed during the LLVM 20 release.
https://github.com/llvm/llvm-project/pull/120946
More information about the libcxx-commits
mailing list