Nicolas Williams
2c913b4bf7
Fix typo in d999ac7
2017-05-29 00:49:58 -05:00
Nicolas Williams
d999ac7026
Quiet warning about rk_getprocauxval()
2017-05-28 16:58:38 -05:00
Nicolas Williams
28934a3bc8
Revert "roken: refactor rk_getauxval"; broke build
...
This reverts commit cb1ab5b5fc
.
2017-05-16 13:05:20 -05:00
Jeffrey Altman
cb1ab5b5fc
roken: refactor rk_getauxval
...
Refactor rk_getauxval() to remove duplicate code and to ensure
that a value is always returned.
Change-Id: I3b452dbc11802169e2c96e7ad16e714e7a880450
2017-04-29 13:55:25 -04:00
Jeffrey Altman
18f3115f78
roken: fix rk_getauxval missing stack variable
...
if defined(HAVE_GETAUXVAL) && !defined(GETAUXVAL_SETS_ERRNO) the
stack variable declaration for 'a' is missing:
const auxv_t *a
Declare 'a' so that Heimdal can build again.
Change-Id: If64dd497f240688b76f3dd6139ac68c2ff149a0e
2017-04-29 01:05:57 -04:00
Nicolas Williams
650ffdc964
Revamp lib/roken/getauxval.c
2017-04-17 18:02:30 -04:00