libc now has reallocarray

This commit is contained in:
Baptiste Daroussin 2015-05-01 18:34:29 +00:00
parent 32c8097270
commit 5fa137c326
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282316
2 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@
#define HAVE_FTS 1
#define HAVE_GETSUBOPT 1
#define HAVE_MMAP 1
#define HAVE_REALLOCARRAY 0
#define HAVE_REALLOCARRAY 1
#define HAVE_STRCASESTR 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1

View File

@ -28,11 +28,9 @@ LIBROFF_SRCS= eqn.c \
tbl_layout.c \
tbl_opts.c
COMPAT_SRCS= compat_reallocarray.c
SRCS= ${LIBMAN_SRCS} \
${LIBMDOC_SRCS} \
${LIBROFF_SRCS} \
${COMPAT_SRCS} \
chars.c \
mandoc.c \
mandoc_aux.c \