From 01bd62517cc242ae503aaa7002e9e94551803e4d Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 4 Feb 2020 10:29:04 -0300 Subject: Remove tls.h inclusion from internal errno.h The tls.h inclusion is not really required and limits possible definition on more arch specific headers. This is a cleanup to allow inline functions on sysdep.h, more specifically on i386 and ia64 which requires to access some tls definitions its own. No semantic changes expected, checked with a build against all affected ABIs. --- sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysdeps/ieee754/ldbl-128ibm') diff --git a/sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c b/sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c index f77253e520..6ced407e26 100644 --- a/sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c +++ b/sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c @@ -20,9 +20,6 @@ #include #include -/* Need to set this when including gmp headers after system headers. */ -#define HAVE_ALLOCA 1 - #include "gmp.h" #include "gmp-impl.h" -- cgit v1.2.3