libc now has reallocarray

This commit is contained in:
bapt 2015-05-01 18:34:29 +00:00
parent 7cbe6caeb1
commit 707b0e0acd
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 \