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:
Stefan Liebler 2021-12-16 15:18:31 +01:00
parent 95e206b67f
commit b061e95277

View File

@ -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