alpha: Unconditionally include dl-sysdep.h in sysdep.h

Fixes a -Wundef error wrt RTLD_PRIVATE_ERRNO.
This commit is contained in:
Richard Henderson 2015-04-06 10:36:44 -07:00
parent 9781a37002
commit cc47c82476
2 changed files with 5 additions and 5 deletions

View File

@ -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]

View 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__
@ -26,11 +27,6 @@
# 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) \