summaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-21 01:39:36 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-21 01:39:36 +0200
commitc888737a17f87295152b0f24b39333f391fa3673 (patch)
tree02e8ee2c3f0b72df141ca22126c7a9d684dbaf91 /sysdeps/generic
parent11a3bd15e096495f326002bd98db681fd9e80e15 (diff)
parent6bbbad70385fc1dcce8a0530b376031d76f21c63 (diff)
Merge branch 'cvs/auxv' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/ldsodefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
index 34df386737..fe993b48c2 100644
--- a/sysdeps/generic/ldsodefs.h
+++ b/sysdeps/generic/ldsodefs.h
@@ -510,8 +510,10 @@ struct rtld_global_ro
/* Mask for important hardware capabilities we honour. */
EXTERN uint64_t _dl_hwcap_mask;
+#ifdef HAVE_AUX_VECTOR
/* Pointer to the auxv list supplied to the program at startup. */
EXTERN ElfW(auxv_t) *_dl_auxv;
+#endif
/* Get architecture specific definitions. */
#define PROCINFO_DECL