From 5b8df1c12f64badfa04f9dd4dfd5f4045559d73e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 14 May 2001 21:00:40 +0000 Subject: have slang and newt compile with dietlibc --- mdk-stage1/dietlibc/include/math.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mdk-stage1/dietlibc/include/math.h') diff --git a/mdk-stage1/dietlibc/include/math.h b/mdk-stage1/dietlibc/include/math.h index 716bc8e19..2f4f2e33f 100644 --- a/mdk-stage1/dietlibc/include/math.h +++ b/mdk-stage1/dietlibc/include/math.h @@ -53,4 +53,9 @@ double log10(double d) __THROW __attribute__((__const__)); double pow(double x, double y) __THROW __attribute__((__const__)); +double sqrt(double x) __THROW __attribute__((__const__)); +double fabs(double x) __THROW __attribute__((__const__)); +double fmod(double x, double y) __THROW __attribute__((__const__)); + + #endif -- cgit v1.2.1