diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-22 16:16:23 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-22 16:16:23 +0000 |
| commit | 4b777d4911f6b31d74bcaf35e9eae77e02e00814 (patch) | |
| tree | e2aa4328232a5800a17192ad3cfb652b17670931 /include/math.h | |
| parent | 8f526af0d9a563797ad8ba28cd305476b842e9be (diff) | |
| download | uClibc-alpine-4b777d4911f6b31d74bcaf35e9eae77e02e00814.tar.bz2 uClibc-alpine-4b777d4911f6b31d74bcaf35e9eae77e02e00814.tar.xz | |
- fix typo
Diffstat (limited to 'include/math.h')
| -rw-r--r-- | include/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/math.h b/include/math.h index 02d80c307..83a154d21 100644 --- a/include/math.h +++ b/include/math.h @@ -58,7 +58,7 @@ __BEGIN_DECLS #define __MATHCALL(function,suffix, args) \ __MATHDECL (_Mdouble_,function,suffix, args) #define __MATHDECL(type, function,suffix, args) \ - __MATHDECL_1(type, function,suffix, args); \ + __MATHDECL_1(type, function,suffix, args); #define __MATHCALLX(function,suffix, args, attrib) \ __MATHDECLX (_Mdouble_,function,suffix, args, attrib) #define __MATHDECLX(type, function,suffix, args, attrib) \ |
