Re: Advice saught on math functions

Erik Andersen (andersen@codepoet.org)
Sat, 13 Jul 2002 18:20:54 -0600


On Fri Jul 12, 2002 at 11:42:19AM -0400, Sandy Harris wrote:
> Does dietlibc help?
>

This is kernel space. Using any math functions is forbidden
in kernel space, so using dietlibc, uClibc, or anything else
is not going to work. Moving the math stuff to userspace will
help, at which point he can use any C library that suits him,

-Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/