[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
Wed Jan 8 09:13:24 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:

@petrhosek What version of glibc were you folks using when you saw the issues in https://github.com/llvm/llvm-project/pull/119025?

https://github.com/llvm/llvm-project/pull/120946


More information about the libcxx-commits mailing list