From 74bcd1642597109661543d25304c551a2e39acbc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 30 Jul 2001 21:41:37 +0000 Subject: This incorporates Posix math support into ash. The Posix math support was written by Aaron Lehmann for busybox. This patch makes a few trivial changes to Aaron's code so that it can be used (in theory) by the other shells as well... -Erik --- include/libbb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 3cf932dc4..66acc2278 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -212,6 +212,8 @@ char *xreadlink(const char *path); char *concat_path_file(const char *path, const char *filename); char *last_char_is(const char *s, int c); +extern long arith (const char *startbuf); + typedef struct file_headers_s { char *name; char *link_name; -- cgit v1.2.3