From 18c167233413ace7a8a90b3291ccd255ba510cc4 Mon Sep 17 00:00:00 2001 From: dchagin Date: Sat, 9 Jan 2016 15:44:38 +0000 Subject: MFC r283407: 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. --- sys/i386/linux/linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386/linux/linux.h') 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. */ -- cgit v1.1