mirror of git://sourceware.org/git/glibc.git
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-sbrk.op = $(no-stack-protector)
|
||||||
CFLAGS-brk.o = $(no-stack-protector)
|
CFLAGS-brk.o = $(no-stack-protector)
|
||||||
CFLAGS-brk.op = $(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
|
include ../Rules
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue