diff options
author | sin <sin@2f30.org> | 2016-01-06 17:02:28 +0000 |
---|---|---|
committer | sin <sin@2f30.org> | 2016-01-06 17:03:42 +0000 |
commit | 2809fd3795e8445f686547d08eef4631efc05030 (patch) | |
tree | f3c0341b4d4f7039c7425098befe853ae0bd6188 /config.mk | |
parent | 87360fe2526f7713c4626d04da521579141fcf68 (diff) |
Bring in reallocarray() from OpenBSD
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |