Merge from master.
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
#include <futex.h>
|
||||
#include <rlimit.h>
|
||||
|
||||
#define AUXV_LEN 12
|
||||
#define AUXV_LEN 14
|
||||
|
||||
struct vm_range {
|
||||
struct list_head list;
|
||||
|
||||
@@ -119,6 +119,7 @@ struct program_load_desc {
|
||||
unsigned long at_phent;
|
||||
unsigned long at_phnum;
|
||||
unsigned long at_entry;
|
||||
unsigned long at_clktck;
|
||||
char *args;
|
||||
unsigned long args_len;
|
||||
char *envs;
|
||||
|
||||
Reference in New Issue
Block a user