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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/Modules/_ctypes/malloc_closure.c
0
++ b/Modules/_ctypes/malloc_closure.c
Lines 70-76 Link Here
70
#else
70
#else
71
    item = (ITEM *)mmap(NULL,
71
    item = (ITEM *)mmap(NULL,
72
                        count * sizeof(ITEM),
72
                        count * sizeof(ITEM),
73
                        PROT_READ | PROT_WRITE | PROT_EXEC,
73
                        PROT_READ | PROT_WRITE,
74
                        MAP_PRIVATE | MAP_ANONYMOUS,
74
                        MAP_PRIVATE | MAP_ANONYMOUS,
75
                        -1,
75
                        -1,
76
                        0);
76
                        0);

Return to bug 329499