summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2016-01-06 17:02:28 +0000
committersin <sin@2f30.org>2016-01-06 17:03:42 +0000
commit2809fd3795e8445f686547d08eef4631efc05030 (patch)
treef3c0341b4d4f7039c7425098befe853ae0bd6188 /config.mk
parent87360fe2526f7713c4626d04da521579141fcf68 (diff)
Bring in reallocarray() from OpenBSD
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 934db3b..6e84946 100644
--- a/config.mk
+++ b/config.mk
@@ -28,8 +28,8 @@ LDFLAGS = ${LIBS}
# uncomment for compat
CFLAGS += -DCOMPAT
-# uncomment if your libc doesn't support strlcat, strlcpy.
-COMPATOBJ = strlcat.o strlcpy.o
+# uncomment if your libc doesn't support reallocarray, strlcat, strlcpy.
+COMPATOBJ = reallocarray.o strlcat.o strlcpy.o
# compiler and linker
#CC = cc