summaryrefslogtreecommitdiffstats
path: root/include/site
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-03-08 06:00:56 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-03-08 06:00:56 +0000
commitff1f0be7104cb95de8f0bff631a4c3834475a65c (patch)
tree2df259d73a8876bcd5aa26536ae5b9a2e4a0129e /include/site
parentbc8728d9ce921e5029526ba54be1fb961d6dd507 (diff)
downloadmaster-31e0f0ae-ff1f0be7104cb95de8f0bff631a4c3834475a65c.tar.gz
master-31e0f0ae-ff1f0be7104cb95de8f0bff631a4c3834475a65c.tar.bz2
master-31e0f0ae-ff1f0be7104cb95de8f0bff631a4c3834475a65c.zip
site: cache ac_cv_func_malloc_0_nonnull and ac_cv_func_realloc_0_nonnull
SVN-Revision: 25946
Diffstat (limited to 'include/site')
-rw-r--r--include/site/linux2
1 files changed, 2 insertions, 0 deletions
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