diff options
Diffstat (limited to 'sysdeps/nacl/ldsodefs.h')
-rw-r--r-- | sysdeps/nacl/ldsodefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nacl/ldsodefs.h b/sysdeps/nacl/ldsodefs.h index c1cfd12c99..383ced5612 100644 --- a/sysdeps/nacl/ldsodefs.h +++ b/sysdeps/nacl/ldsodefs.h @@ -24,7 +24,7 @@ /* Now define our stuff. */ /* We have the auxiliary vector. */ -#define HAVE_AUX_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; |