add getauxval function
authorRich Felker <dalias@aerifal.cx>
Mon, 7 Apr 2014 06:46:15 +0000 (02:46 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 7 Apr 2014 06:46:15 +0000 (02:46 -0400)
commit21ada94c4b8c01589367cea300916d7db8461ae7
treebdd68da89f47c8f1c002cab2cd57f1ff569c8cbc
parent89740868c9f1c84b8ee528468d12df1fa72cd392
add getauxval function

in a sense this implementation is incomplete since it doesn't provide
the HWCAP_* macros for use with AT_HWCAP, which is perhaps the most
important intended usage case for getauxval. they will be added at a
later time.
include/sys/auxv.h [new file with mode: 0644]
src/misc/getauxval.c [new file with mode: 0644]