Quiet warning about rk_getprocauxval()

This commit is contained in:
Nicolas Williams
2017-05-28 13:57:56 -05:00
parent 8a0186c5b9
commit d999ac7026

View File

@@ -134,6 +134,7 @@ rk_getauxv(unsigned long type)
return NULL; return NULL;
} }
#ifndef HAVE_GETAUXVAL
static unsigned long static unsigned long
rk_getprocauxval(unsigned long type) rk_getprocauxval(unsigned long type)
{ {
@@ -145,6 +146,7 @@ rk_getprocauxval(unsigned long type)
} }
return a->a_un.a_val; return a->a_un.a_val;
} }
#endif
/** /**
* Like the nearly-standard getauxval(). If the auxval is not found * Like the nearly-standard getauxval(). If the auxval is not found