Add IP_PROTOCOL from Linux 6.4 to bits/in.h
[glibc.git] / include / sys / auxv.h
blobdd0602b08d881cd3bb75ec7f0042a88af6a8fdf8
1 #include <misc/sys/auxv.h>
3 #ifndef _ISOMAC
5 extern __typeof (getauxval) __getauxval;
6 libc_hidden_proto (__getauxval)
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);
11 libc_hidden_proto (__getauxval2)
13 #endif /* !_ISOMAC */