Skip to content

Commit

Permalink
alpha: Unconditionally include dl-sysdep.h in sysdep.h
Browse files Browse the repository at this point in the history
Fixes a -Wundef error wrt RTLD_PRIVATE_ERRNO.
  • Loading branch information
Richard Henderson committed Apr 6, 2015
1 parent 9781a37 commit cc47c82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
6 changes: 1 addition & 5 deletions sysdeps/unix/alpha/sysdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<http://www.gnu.org/licenses/>. */

#include <sysdeps/unix/sysdep.h>
#include <dl-sysdep.h> /* Defines RTLD_PRIVATE_ERRNO. */

#ifdef __ASSEMBLER__

Expand All @@ -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) \
Expand Down

0 comments on commit cc47c82

Please sign in to comment.