From 82f00abd2bc1a51fdfb8c73ed336808715af8d08 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 30 Dec 2007 04:03:42 +0000 Subject: [PATCH] We also need bzero and bcmp to be put in there git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10050 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/site/linux-uclibc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/site/linux-uclibc b/include/site/linux-uclibc index c3f00d6a1..798dc2f9c 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 -- 2.35.1