summaryrefslogtreecommitdiff
path: root/src/cmd/ld/macho.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/ld/macho.h')
-rw-r--r--src/cmd/ld/macho.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/ld/macho.h b/src/cmd/ld/macho.h
index 4cc7edc80..f55104150 100644
--- a/src/cmd/ld/macho.h
+++ b/src/cmd/ld/macho.h
@@ -63,7 +63,7 @@ void machoinit(void);
* for Header, PHeaders, and SHeaders.
* May waste some.
*/
-#define MACHORESERVE 3*1024
+#define INITIAL_MACHO_HEADR 4*1024
enum {
MACHO_CPU_AMD64 = (1<<24)|7,