diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/i386/vm_param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/i386/vm_param.h b/sysdeps/mach/hurd/i386/vm_param.h index 5869b40..d3a1399 100644 --- a/sysdeps/mach/hurd/i386/vm_param.h +++ b/sysdeps/mach/hurd/i386/vm_param.h @@ -19,6 +19,6 @@ #define _I386_VM_PARAM_H /* Arbitrary start of the brk. This is after usual binary and library mappings. */ -#define BRK_START 0x10000000 +#define BRK_START 0x20000000 #endif /* i386/vm_param.h */ |