From: Florian Weimer Date: Thu, 10 May 2018 09:48:19 +0000 (+0200) Subject: Use __errno_location in libm X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9dccb635991aa70187253bc188c87d3e139ed0;p=thirdparty%2Fglibc.git Use __errno_location in libm --- diff --git a/include/errno.h b/include/errno.h index 3c3d2288c8b..a296f0ad796 100644 --- a/include/errno.h +++ b/include/errno.h @@ -20,7 +20,7 @@ # define errno rtld_errno extern int rtld_errno attribute_hidden; -# elif IS_IN_LIB +# elif IS_IN_LIB && !IS_IN (libm) # include