aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/dtoastub.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/dtoastub.c')
-rw-r--r--newlib/libc/stdlib/dtoastub.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/newlib/libc/stdlib/dtoastub.c b/newlib/libc/stdlib/dtoastub.c
index a857c24..d1c8a67 100644
--- a/newlib/libc/stdlib/dtoastub.c
+++ b/newlib/libc/stdlib/dtoastub.c
@@ -8,9 +8,7 @@
#ifndef _REENT_ONLY
char *
-_DEFUN (__dtoa,
- (d, mode, ndigits, decpt, sign, rve),
- double d,
+__dtoa (double d,
int mode,
int ndigits,
int *decpt,