summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux.h
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2015-05-24 16:24:24 +0000
committerdchagin <dchagin@FreeBSD.org>2015-05-24 16:24:24 +0000
commiteb881eec7ed974691ab44b62a8e4a751f8f7da9a (patch)
tree80bd156f61112af8f8989a7f6db7e6f6b376f99e /sys/i386/linux/linux.h
parentf1806e4235c97f9f0776ca9eacca2d6eda1397a7 (diff)
downloadFreeBSD-src-eb881eec7ed974691ab44b62a8e4a751f8f7da9a.zip
FreeBSD-src-eb881eec7ed974691ab44b62a8e4a751f8f7da9a.tar.gz
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. Differential Revision: https://reviews.freebsd.org/D1080
Diffstat (limited to 'sys/i386/linux/linux.h')
-rw-r--r--sys/i386/linux/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
index aad9509..5e23d07 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -104,7 +104,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