From: Jo-Philipp Wich Date: Tue, 8 Mar 2011 06:00:56 +0000 (+0000) Subject: site: cache ac_cv_func_malloc_0_nonnull and ac_cv_func_realloc_0_nonnull X-Git-Tag: reboot~17307 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ff1f0be7104cb95de8f0bff631a4c3834475a65c;p=openwrt%2Fstaging%2Fchunkeey.git site: cache ac_cv_func_malloc_0_nonnull and ac_cv_func_realloc_0_nonnull SVN-Revision: 25946 --- diff --git a/include/site/linux b/include/site/linux index 492d1ddde1..b193d25c45 100644 --- a/include/site/linux +++ b/include/site/linux @@ -74,3 +74,5 @@ ac_cv_ushort=yes ac_cv_va_copy=C99 ac_cv_va_val_copy=yes as_cv_unaligned_access=yes +ac_cv_func_malloc_0_nonnull=yes +ac_cv_func_realloc_0_nonnull=yes