[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
Fri Jan 10 12:24:50 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:
We support glibc 2.19 because some of the Linux binaries we build run in Android CI which still uses Ubuntu 14.04, so the answer is "Whenever Android CI stops using Ubuntu 14.04." According to https://wiki.ubuntu.com/Releases, Ubuntu 14.04 EOL is April 2026, so I expect it'd happen sometime before that, but I don't know if there's any set date already. @pirama-arumuga-nainar or @kongy might know more.
https://github.com/llvm/llvm-project/pull/120946
More information about the libcxx-commits
mailing list