removes malloc from default wrapping

This commit is contained in:
Eyck Jentzsch 2023-10-10 09:24:06 +02:00
parent abfde888fb
commit 4c86ddd9fb
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ LIBWRAP_SRCS := $(foreach f,$(LIBWRAP_SRCS),$(LIBWRAP_DIR)/$(f))
LIBWRAP_OBJS := $(LIBWRAP_SRCS:.c=.o) LIBWRAP_OBJS := $(LIBWRAP_SRCS:.c=.o)
LIBWRAP_SYMS := \ LIBWRAP_SYMS := \
malloc \
open \ open \
lseek _lseek\ lseek _lseek\
read _read\ read _read\