removes malloc from default wrapping
This commit is contained in:
parent
abfde888fb
commit
4c86ddd9fb
|
@ -32,7 +32,6 @@ LIBWRAP_SRCS := $(foreach f,$(LIBWRAP_SRCS),$(LIBWRAP_DIR)/$(f))
|
|||
LIBWRAP_OBJS := $(LIBWRAP_SRCS:.c=.o)
|
||||
|
||||
LIBWRAP_SYMS := \
|
||||
malloc \
|
||||
open \
|
||||
lseek _lseek\
|
||||
read _read\
|
||||
|
|
Loading…
Reference in New Issue