]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
alpha: Unconditionally include dl-sysdep.h in sysdep.h
authorRichard Henderson <rth@twiddle.net>
Mon, 6 Apr 2015 17:36:44 +0000 (10:36 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 6 Apr 2015 17:36:44 +0000 (10:36 -0700)
Fixes a -Wundef error wrt RTLD_PRIVATE_ERRNO.

ChangeLog
sysdeps/unix/alpha/sysdep.h

index 54831a7c7fbeff6c7b05607e7b2938eb47a0859a..6416ce2ee3b25f5c1152221b0ac340214378c781 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-06  Richard Henderson  <rth@redhat.com>
+
+       * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
+
 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
 
        [BZ #17596]
index d160214080c371dd46be16cc95885c0933a50424..ff877935819d281c06e52bfb74086ab0eaaaa054 100644 (file)
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/unix/sysdep.h>
+#include <dl-sysdep.h>         /* Defines RTLD_PRIVATE_ERRNO.  */
 
 #ifdef __ASSEMBLER__
 
 # include <regdef.h>
 #endif
 
-#if IS_IN (rtld)
-# include <dl-sysdep.h>         /* Defines RTLD_PRIVATE_ERRNO.  */
-#endif
-
-
 #define __LABEL(x)     x##:
 
 #define LEAF(name, framesize)                  \