Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/common/s_isnand.c')
-rw-r--r--newlib/libm/common/s_isnand.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/common/s_isnand.c b/newlib/libm/common/s_isnand.c
index 5f2c06467..31a3272c5 100644
--- a/newlib/libm/common/s_isnand.c
+++ b/newlib/libm/common/s_isnand.c
@@ -93,8 +93,7 @@ QUICKREF
#ifndef _DOUBLE_IS_32BITS
int
-_DEFUN (__isnand, (x),
- double x)
+__isnand (double x)
{
__int32_t hx,lx;
EXTRACT_WORDS(hx,lx,x);