From cc47c824769425834518e2b8ea89997455d86ca5 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 6 Apr 2015 10:36:44 -0700 Subject: [PATCH] alpha: Unconditionally include dl-sysdep.h in sysdep.h Fixes a -Wundef error wrt RTLD_PRIVATE_ERRNO. --- ChangeLog | 4 ++++ sysdeps/unix/alpha/sysdep.h | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) 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) \ -- 2.7.4