diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-12-03 23:58:31 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2018-01-17 11:47:30 -0600 |
commit | 7192f840966684d4460542a516278ca08dd14842 (patch) | |
tree | ef7c9f4eeeed6163e2faa9098525e4744fdf82b1 /newlib/libc/stdlib/std.h | |
parent | 70ee6b17df9b055a05cdcc4d3fe1813d7b57e2d8 (diff) | |
download | newlib-7192f840966684d4460542a516278ca08dd14842.zip newlib-7192f840966684d4460542a516278ca08dd14842.tar.gz newlib-7192f840966684d4460542a516278ca08dd14842.tar.bz2 |
ansification: remove _HAVE_STDC
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/stdlib/std.h')
-rw-r--r-- | newlib/libc/stdlib/std.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libc/stdlib/std.h b/newlib/libc/stdlib/std.h index b20820b..c000a67 100644 --- a/newlib/libc/stdlib/std.h +++ b/newlib/libc/stdlib/std.h @@ -22,12 +22,6 @@ #define ESIGN 0x02 #define DECP 0x04 -#ifdef _HAVE_STDC int __ten_mul(double *acc, int digit); double __adjust(struct _reent *ptr, double *acc, int dexp, int sign); double __exp10(unsigned x); -#else -int __ten_mul(); -double __adjust(); -double __exp10(); -#endif |