libc now has reallocarray
This commit is contained in:
parent
7cbe6caeb1
commit
707b0e0acd
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user