Use getauxval() for issuid() on Linux

This commit is contained in:
Nicolas Williams
2015-03-18 16:22:52 -05:00
parent b48bed5f42
commit e75f790fe6
2 changed files with 165 additions and 4 deletions

View File

@@ -71,6 +71,7 @@ AC_CHECK_HEADERS([\
search.h \
shadow.h \
stdint.h \
sys/auxv.h \
sys/bswap.h \
sys/errno.h \
sys/ioctl.h \
@@ -184,6 +185,7 @@ AC_CHECK_FUNCS([ \
asprintf \
atexit \
cgetent \
getauxval \
getconfattr \
getprogname \
getrlimit \