summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/stdlib.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-05-14 21:00:40 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-05-14 21:00:40 +0000
commit5b8df1c12f64badfa04f9dd4dfd5f4045559d73e (patch)
treee53f675921113add266506a15e146cf03f1f46a8 /mdk-stage1/dietlibc/include/stdlib.h
parentf0a98b642d36f666312a1409eea7dc7282da2127 (diff)
downloaddrakx-backup-do-not-use-5b8df1c12f64badfa04f9dd4dfd5f4045559d73e.tar
drakx-backup-do-not-use-5b8df1c12f64badfa04f9dd4dfd5f4045559d73e.tar.gz
drakx-backup-do-not-use-5b8df1c12f64badfa04f9dd4dfd5f4045559d73e.tar.bz2
drakx-backup-do-not-use-5b8df1c12f64badfa04f9dd4dfd5f4045559d73e.tar.xz
drakx-backup-do-not-use-5b8df1c12f64badfa04f9dd4dfd5f4045559d73e.zip
have slang and newt compile with dietlibc
Diffstat (limited to 'mdk-stage1/dietlibc/include/stdlib.h')
-rw-r--r--mdk-stage1/dietlibc/include/stdlib.h2
1 files changed, 2 insertions, 0 deletions
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