diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 7b2140501ec..286358662b9 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -104,7 +104,7 @@ static bool valgrind_p; | |||
| 104 | #include "w32heap.h" /* for sbrk */ | 104 | #include "w32heap.h" /* for sbrk */ |
| 105 | #endif | 105 | #endif |
| 106 | 106 | ||
| 107 | #ifdef GNU_LINUX | 107 | #if defined GNU_LINUX && !defined CANNOT_DUMP |
| 108 | /* The address where the heap starts. */ | 108 | /* The address where the heap starts. */ |
| 109 | void * | 109 | void * |
| 110 | my_heap_start (void) | 110 | my_heap_start (void) |