diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-07-30 21:41:37 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-07-30 21:41:37 +0000 |
commit | c6312c270adf0ecceac516c1a3b647eb79229a73 (patch) | |
tree | f54a28df9cd460c1da85e13e6fe1b387199f92df /libbb/libbb.h | |
parent | 792fe8e7657642423a55f937d53b190e54d553a5 (diff) | |
download | busybox-w32-c6312c270adf0ecceac516c1a3b647eb79229a73.tar.gz busybox-w32-c6312c270adf0ecceac516c1a3b647eb79229a73.tar.bz2 busybox-w32-c6312c270adf0ecceac516c1a3b647eb79229a73.zip |
This incorporates Posix math support into ash. The Posix math support
was written by Aaron Lehmann <aaronl@vitelus.com> 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
git-svn-id: svn://busybox.net/trunk/busybox@3165 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/libbb.h')
-rw-r--r-- | libbb/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/libbb.h b/libbb/libbb.h index 3cf932dc4..66acc2278 100644 --- a/libbb/libbb.h +++ b/libbb/libbb.h | |||
@@ -212,6 +212,8 @@ char *xreadlink(const char *path); | |||
212 | char *concat_path_file(const char *path, const char *filename); | 212 | char *concat_path_file(const char *path, const char *filename); |
213 | char *last_char_is(const char *s, int c); | 213 | char *last_char_is(const char *s, int c); |
214 | 214 | ||
215 | extern long arith (const char *startbuf); | ||
216 | |||
215 | typedef struct file_headers_s { | 217 | typedef struct file_headers_s { |
216 | char *name; | 218 | char *name; |
217 | char *link_name; | 219 | char *link_name; |