summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-25 07:09:40 -0500
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-04-25 23:10:45 +0200
commit650380248eaad577445c88b7314307d3acd166fc (patch)
tree1b8148be4aee22cf11f5e685063a9bde3b9515db /include
parent7f568b0cd7cd6c45ee8d28f68cb6604bacd41346 (diff)
Revert "Do not define unimplemented functions"
This reverts commit bd3eaf83ef1b4954b6c0e7ba8bbdd29b2cd4a833. They are now implemented.
Diffstat (limited to 'include')
-rw-r--r--include/math.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/math.h b/include/math.h
index c79af3f35..1b54c9ee9 100644
--- a/include/math.h
+++ b/include/math.h
@@ -118,7 +118,6 @@ __BEGIN_DECLS
# define _Mfloat_ float
# endif
# define _Mdouble_ _Mfloat_
-# define _Mdouble_is_float_
# ifdef __STDC__
# define __MATH_PRECNAME(name,r) name##f##r
# else
@@ -127,7 +126,6 @@ __BEGIN_DECLS
# define _Mdouble_BEGIN_NAMESPACE __BEGIN_NAMESPACE_C99
# define _Mdouble_END_NAMESPACE __END_NAMESPACE_C99
# include <bits/mathcalls.h>
-# undef _Mdouble_is_float_
# undef _Mdouble_
# undef _Mdouble_BEGIN_NAMESPACE
# undef _Mdouble_END_NAMESPACE