* lib/cdefs.h (__glibc_has_attribute): On non-Apple platforms, don't
use __has_attribute for clang versions < 5.0.
+2024-01-29 Bruno Haible <bruno@clisp.org>
+
+ libc-config: Apply lesson learned on 2023-01-13.
+ * lib/cdefs.h (__glibc_has_attribute): On non-Apple platforms, don't
+ use __has_attribute for clang versions < 5.0.
+
2024-01-28 Bruno Haible <bruno@clisp.org>
host-cpu-c-abi: Let gl_HOST_CPU_C_ABI_32BIT never return 'unknown'.
&& (!defined __clang_minor__ \
|| (defined __apple_build_version__ \
? 6000000 <= __apple_build_version__ \
- : 3 < __clang_major__ + (5 <= __clang_minor__))))
+ : 5 <= __clang_major__)))
# define __glibc_has_attribute(attr) __has_attribute (attr)
#else
# define __glibc_has_attribute(attr) 0