mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Revert "Fix __minimal_malloc segfaults in __mmap due to stack-protector"
This reverts commit 95e206b67f
.
Sorry for the noise. I've used the false branch
This commit is contained in:
parent
95e206b67f
commit
b061e95277
@ -136,10 +136,6 @@ CFLAGS-sbrk.o = $(no-stack-protector)
|
||||
CFLAGS-sbrk.op = $(no-stack-protector)
|
||||
CFLAGS-brk.o = $(no-stack-protector)
|
||||
CFLAGS-brk.op = $(no-stack-protector)
|
||||
CFLAGS-mmap.o = $(no-stack-protector)
|
||||
CFLAGS-mmap.op = $(no-stack-protector)
|
||||
CFLAGS-mmap64.o = $(no-stack-protector)
|
||||
CFLAGS-mmap64.op = $(no-stack-protector)
|
||||
|
||||
include ../Rules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user