[libcxx-commits] [libcxx] [libcxx] Remove the second inclusion of the system header (PR #120946)
Petr Hosek via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 8 09:56:19 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>
----------------
petrhosek wrote:
> @petrhosek What version of glibc were you folks using when you saw the issues in #119025?
2.19
https://github.com/llvm/llvm-project/pull/120946
More information about the libcxx-commits
mailing list