summaryrefslogtreecommitdiffstats
path: root/include/site
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-12-30 04:03:42 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-12-30 04:03:42 +0000
commitd1cb21fb01b5ee6d2aa2eb2f5c543d5fa8f56e28 (patch)
tree1fcb2750508009f4c568f646e46279f4f4a9b037 /include/site
parent72b3f74a049a819b9ae21116f4b4cd81949b3176 (diff)
downloadmaster-31e0f0ae-d1cb21fb01b5ee6d2aa2eb2f5c543d5fa8f56e28.tar.gz
master-31e0f0ae-d1cb21fb01b5ee6d2aa2eb2f5c543d5fa8f56e28.tar.bz2
master-31e0f0ae-d1cb21fb01b5ee6d2aa2eb2f5c543d5fa8f56e28.zip
We also need bzero and bcmp to be put in there
SVN-Revision: 10050
Diffstat (limited to 'include/site')
-rw-r--r--include/site/linux-uclibc2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/site/linux-uclibc b/include/site/linux-uclibc
index c3f00d6a1e..798dc2f9c0 100644
--- a/include/site/linux-uclibc
+++ b/include/site/linux-uclibc
@@ -6,6 +6,8 @@ ac_cv_conv_longlong_to_float=yes
ac_cv_func___va_copy=no
ac_cv_func__exit=yes
ac_cv_func_bcopy=yes
+ac_cv_func_bzero=yes
+ac_cv_func_bcmp=yes
ac_cv_func_fchmod=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getcwd=yes