mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
libc now has reallocarray
This commit is contained in:
parent
32c8097270
commit
5fa137c326
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282316
@ -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