summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux.h
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2015-05-24 15:28:17 +0000
committerdchagin <dchagin@FreeBSD.org>2015-05-24 15:28:17 +0000
commitcd614289ee621204a454ab5e4b03445152a11154 (patch)
treeefe2b80d07b6fbb60ad2454e5524bc385e7a2e33 /sys/i386/linux/linux.h
parent7c6ceaed5c14e62138198481e555620880061579 (diff)
downloadFreeBSD-src-cd614289ee621204a454ab5e4b03445152a11154.zip
FreeBSD-src-cd614289ee621204a454ab5e4b03445152a11154.tar.gz
Implement vdso - virtual dynamic shared object. Through vdso Linux
exposes functions from kernel with proper DWARF CFI information so that it becomes easier to unwind through them. Using vdso is a mandatory for a thread cancelation && cleanup on a modern glibc. Differential Revision: https://reviews.freebsd.org/D1060
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 6a20a68..251c64e 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -108,7 +108,7 @@ typedef struct {
/*
* Miscellaneous
*/
-#define LINUX_AT_COUNT 16 /* Count of used aux entry types.
+#define LINUX_AT_COUNT 18 /* Count of used aux entry types.
* Keep this synchronized with
* elf_linux_fixup() code.
*/
OpenPOWER on IntegriCloud