mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-31 22:10:34 +03:00
It simplifies the code a bit and avoid the clang warning: ./config.h:12:2: error: #include_next in file found relative to primary source file or found by absolute path; will search from start of include path [-Werror,-Winclude-next-absolute-path] #include_next <config.h> ^ Reviewed-by: Sam James <sam@gentoo.org>