From: Florian Fainelli Date: Sun, 30 Dec 2007 04:03:42 +0000 (+0000) Subject: We also need bzero and bcmp to be put in there X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d1cb21fb01b5ee6d2aa2eb2f5c543d5fa8f56e28;p=openwrt%2Fstaging%2Frobimarko.git We also need bzero and bcmp to be put in there SVN-Revision: 10050 --- 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