From 1233064e319971eb51d10cf72d6040c4076f7b30 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Apr 16 2021 22:37:54 +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