summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux.h
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 16:24:30 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 16:24:30 +0000
commit68ddeae1b4dafbdcc753ae60d8495aecc6dde4cc (patch)
treed878568d4b02bdcee1d86e32899092b7cbb2ac72 /sys/amd64/linux32/linux.h
parent6a7051941493d24f6ceac5c4560fdc0a0465393d (diff)
downloadFreeBSD-src-68ddeae1b4dafbdcc753ae60d8495aecc6dde4cc.zip
FreeBSD-src-68ddeae1b4dafbdcc753ae60d8495aecc6dde4cc.tar.gz
MFC r283431:
Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used by glibc. At list since glibc version 2.16 using AT_RANDOM is mandatory.
Diffstat (limited to 'sys/amd64/linux32/linux.h')
-rw-r--r--sys/amd64/linux32/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h
index aec74a3..67c1750 100644
--- a/sys/amd64/linux32/linux.h
+++ b/sys/amd64/linux32/linux.h
@@ -110,7 +110,7 @@ typedef struct {
/*
* Miscellaneous
*/
-#define LINUX_AT_COUNT 18 /* Count of used aux entry types.
+#define LINUX_AT_COUNT 20 /* Count of used aux entry types.
* Keep this synchronized with
* elf_linux_fixup() code.
*/
OpenPOWER on IntegriCloud