Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 525494 | Differences between
and this patch

Collapse All | Expand All

(-)a/c/malloc_closure.h (-1 / +1 lines)
Lines 79-85 static void more_core(void) Link Here
79
#else
79
#else
80
    item = (union mmaped_block *)mmap(NULL,
80
    item = (union mmaped_block *)mmap(NULL,
81
                        allocate_num_pages * _pagesize,
81
                        allocate_num_pages * _pagesize,
82
                        PROT_READ | PROT_WRITE | PROT_EXEC,
82
                        PROT_READ | PROT_WRITE | ~PROT_EXEC,
83
                        MAP_PRIVATE | MAP_ANONYMOUS,
83
                        MAP_PRIVATE | MAP_ANONYMOUS,
84
                        -1,
84
                        -1,
85
                        0);
85
                        0);

Return to bug 525494