1#include <misc/sys/auxv.h>
2
3#ifndef _ISOMAC
4
5extern __typeof (getauxval) __getauxval;
6libc_hidden_proto (__getauxval)
7
8/* Like getauxval, but writes the value to *RESULT and returns true if
9 found, or returns false. Does not set errno. */
10_Bool __getauxval2 (unsigned long int type, unsigned long int *result);
11libc_hidden_proto (__getauxval2)
12
13#endif /* !_ISOMAC */
14

source code of glibc/include/sys/auxv.h