[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
Thu Jan 9 08:16:59 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:

We only support glibc 2.24 and above as documented in https://libcxx.llvm.org. Since this change is technically incorrect (as explained above), I'm not sure what to do with this. When are you moving away from glibc 2.19?

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


More information about the libcxx-commits mailing list