Add recallocarray

This commit is contained in:
kinichiro
2017-03-09 22:49:04 +09:00
parent 27f0879030
commit 8877e9bc55
5 changed files with 20 additions and 1 deletions

View File

@@ -93,6 +93,10 @@ if !HAVE_REALLOCARRAY
libcompat_la_SOURCES += compat/reallocarray.c
endif
if !HAVE_RECALLOCARRAY
libcompat_la_SOURCES += compat/recallocarray.c
endif
if !HAVE_TIMINGSAFE_MEMCMP
libcompat_la_SOURCES += compat/timingsafe_memcmp.c
endif