From dc988b2465fa4717c3d59de46b136e96b30a6892 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 06 2021 22:38:47 +0000 Subject: Apply patch glibc-rh1699194-1.patch patch_name: glibc-rh1699194-1.patch present_in_specfile: true location_in_specfile: 167 --- diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index 3f6fe3c..0500779 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.h @@ -412,6 +412,12 @@ # define __glibc_has_attribute(attr) 0 #endif +#ifdef __has_include +# define __glibc_has_include(header) __has_include (header) +#else +# define __glibc_has_include(header) 0 +#endif + #if (!defined _Noreturn \ && (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0) < 201112 \ && !__GNUC_PREREQ (4,7))