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_isinf.c')
-rw-r--r--newlib/libm/common/s_isinf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/common/s_isinf.c b/newlib/libm/common/s_isinf.c
index fe18e2aba..55fd5c214 100644
--- a/newlib/libm/common/s_isinf.c
+++ b/newlib/libm/common/s_isinf.c
@@ -16,8 +16,7 @@
#undef isinf
int
-_DEFUN (isinf, (x),
- double x)
+isinf (double x)
{
__int32_t hx,lx;
EXTRACT_WORDS(hx,lx,x);