From e1ef505659e9720ebdb116a21e91e0398cd411e5 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 11 Apr 2016 10:27:02 +0200 Subject: Fix build with HAVE_AUX_VECTOR * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_VECTOR): Define before including . * sysdeps/nacl/ldsodefs.h (HAVE_AUX_VECTOR): Likewise. --- sysdeps/nacl/ldsodefs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/nacl') diff --git a/sysdeps/nacl/ldsodefs.h b/sysdeps/nacl/ldsodefs.h index bc7723a36e..c6307a64e7 100644 --- a/sysdeps/nacl/ldsodefs.h +++ b/sysdeps/nacl/ldsodefs.h @@ -18,14 +18,14 @@ #ifndef _LDSODEFS_H +/* We have the auxiliary vector. */ +#define HAVE_AUX_VECTOR 1 + /* Get the real definitions. */ #include_next /* Now define our stuff. */ -/* We have the auxiliary vector. */ -#define HAVE_AUX_VECTOR 1 - /* Used by static binaries to check the auxiliary vector. */ extern void _dl_aux_init (ElfW(auxv_t) *av) internal_function; -- cgit 1.4.1