support for AT_RANDOM auxiliary entry on the process stack (needed for _dl_random in glibc)

This commit is contained in:
Balazs Gerofi
2014-11-10 18:30:27 +09:00
committed by Balazs Gerofi bgerofi@riken.jp
parent ac8e2a0c40
commit 89acf5c5d6
2 changed files with 13 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ struct user
unsigned long int u_debugreg [8];
};
#define AUXV_LEN 14
#define AUXV_LEN 16
struct vm_range {
struct list_head list;