mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
alpha: Unconditionally include dl-sysdep.h in sysdep.h
Fixes a -Wundef error wrt RTLD_PRIVATE_ERRNO.
This commit is contained in:
parent
9781a37002
commit
cc47c82476
@ -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]
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user