remove internal reallocarray()

... as it's covered by libbpf_reallocarray() since commit dc70da9c70.
This commit is contained in:
Vladimír Čunát
2020-09-07 21:19:02 +02:00
committed by Andrii Nakryiko
parent ff797cc905
commit 5a10cd2060
4 changed files with 0 additions and 45 deletions

View File

@@ -10,11 +10,6 @@ TOPDIR = ..
INCLUDES := -I. -I$(TOPDIR)/include -I$(TOPDIR)/include/uapi
ALL_CFLAGS := $(INCLUDES)
FEATURE_REALLOCARRAY := $(shell $(TOPDIR)/scripts/check-reallocarray.sh $(CC))
ifneq ($(FEATURE_REALLOCARRAY),)
ALL_CFLAGS += -DCOMPAT_NEED_REALLOCARRAY
endif
SHARED_CFLAGS += -fPIC -fvisibility=hidden -DSHARED
CFLAGS ?= -g -O2 -Werror -Wall