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/stdlib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mdk-stage1/dietlibc/include/stdlib.h') diff --git a/mdk-stage1/dietlibc/include/stdlib.h b/mdk-stage1/dietlibc/include/stdlib.h index b85425426..800a80d10 100644 --- a/mdk-stage1/dietlibc/include/stdlib.h +++ b/mdk-stage1/dietlibc/include/stdlib.h @@ -57,4 +57,6 @@ void *alloca(size_t size) __THROW; /* gcc built-in */ char *realpath(const char *path, char *resolved_path) __THROW; +int abs(int j) __THROW; + #endif -- cgit v1.2.1