From a56a80a9675bcdf9549de5ce4118db649407206d Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 15 2020 07:38:50 +0000 Subject: Apply patch glibc-rh1699194-3.patch patch_name: glibc-rh1699194-3.patch present_in_specfile: true location_in_specfile: 169 --- diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index 0500779..9e840e6 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.h @@ -413,7 +413,9 @@ #endif #ifdef __has_include -# define __glibc_has_include(header) __has_include (header) +/* Do not use a function-like macro, so that __has_include can inhibit + macro expansion. */ +# define __glibc_has_include __has_include #else # define __glibc_has_include(header) 0 #endif