commit | 24f97eb27bc131801ed9d0d2b367d4164424ac77 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon May 20 12:58:13 2019 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon May 20 12:58:13 2019 -0700 |
tree | d29644f8a9f2f26955130172c416f58e91b87fa5 | |
parent | 72aafad9506d65c8c0f957cae4b664402cc0e8ab [diff] [blame] |
Update to kernel headers to v5.1.3. Test: Builds and boots taimen. Test: Ran bionic unit tests. Change-Id: Ieaca8709d568f075df8cac60c9da2c0ed1916963
diff --git a/libc/kernel/uapi/linux/binfmts.h b/libc/kernel/uapi/linux/binfmts.h index 729008e..8c4fed0 100644 --- a/libc/kernel/uapi/linux/binfmts.h +++ b/libc/kernel/uapi/linux/binfmts.h
@@ -22,5 +22,5 @@ struct pt_regs; #define MAX_ARG_STRLEN (PAGE_SIZE * 32) #define MAX_ARG_STRINGS 0x7FFFFFFF -#define BINPRM_BUF_SIZE 128 +#define BINPRM_BUF_SIZE 256 #endif