Quiet warning about rk_getprocauxval()
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user