mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
d6bd839b9a
* include/sys/auxv.h (__getauxval): Add a prototype and its libc_hidden_proto. * misc/getauxval.c (__getauxval): Use libc_hidden_def.
9 lines
142 B
C
9 lines
142 B
C
#include <misc/sys/auxv.h>
|
|
|
|
#ifndef _ISOMAC
|
|
|
|
extern __typeof (getauxval) __getauxval;
|
|
libc_hidden_proto (__getauxval)
|
|
|
|
#endif /* !_ISOMAC */
|