From b882d4cbb985c1331ea6c838db55a0409e8caa95 Mon Sep 17 00:00:00 2001 From: Packit Date: Aug 21 2020 09:20:59 +0000 Subject: Apply patch glibc-rh1699194-3.patch patch_name: glibc-rh1699194-3.patch location_in_specfile: 169 present_in_specfile: true --- 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