From: Richard Henderson Date: Mon, 6 Apr 2015 17:36:44 +0000 (-0700) Subject: alpha: Unconditionally include dl-sysdep.h in sysdep.h X-Git-Tag: upstream/2.30~6176 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc47c824769425834518e2b8ea89997455d86ca5;p=external%2Fglibc.git alpha: Unconditionally include dl-sysdep.h in sysdep.h Fixes a -Wundef error wrt RTLD_PRIVATE_ERRNO. --- diff --git a/ChangeLog b/ChangeLog index 54831a7..6416ce2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-04-06 Richard Henderson + + * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h. + 2015-04-03 Rajalakshmi Srinivasaraghavan [BZ #17596] diff --git a/sysdeps/unix/alpha/sysdep.h b/sysdeps/unix/alpha/sysdep.h index d160214..ff87793 100644 --- a/sysdeps/unix/alpha/sysdep.h +++ b/sysdeps/unix/alpha/sysdep.h @@ -17,6 +17,7 @@ . */ #include +#include /* Defines RTLD_PRIVATE_ERRNO. */ #ifdef __ASSEMBLER__ @@ -26,11 +27,6 @@ # include #endif -#if IS_IN (rtld) -# include /* Defines RTLD_PRIVATE_ERRNO. */ -#endif - - #define __LABEL(x) x##: #define LEAF(name, framesize) \