mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
Revert to original patch
This commit is contained in:
parent
9b7759ae75
commit
99e6ee04d6
@ -122,7 +122,7 @@ _PTR _EXFUN(reallocf,(_PTR __r, size_t __size));
|
|||||||
_VOID _EXFUN(srand,(unsigned __seed));
|
_VOID _EXFUN(srand,(unsigned __seed));
|
||||||
double _EXFUN(strtod,(const char *__n, char **__end_PTR));
|
double _EXFUN(strtod,(const char *__n, char **__end_PTR));
|
||||||
double _EXFUN(_strtod_r,(struct _reent *,const char *__n, char **__end_PTR));
|
double _EXFUN(_strtod_r,(struct _reent *,const char *__n, char **__end_PTR));
|
||||||
#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) || (defined (__cplusplus) && __cplusplus >= 201103L)
|
#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) || (__cplusplus >= 201103L)
|
||||||
float _EXFUN(strtof,(const char *__n, char **__end_PTR));
|
float _EXFUN(strtof,(const char *__n, char **__end_PTR));
|
||||||
#endif
|
#endif
|
||||||
#ifndef __STRICT_ANSI__
|
#ifndef __STRICT_ANSI__
|
||||||
@ -186,13 +186,13 @@ long long _EXFUN(_atoll_r,(struct _reent *, const char *__nptr));
|
|||||||
long long _EXFUN(llabs,(long long));
|
long long _EXFUN(llabs,(long long));
|
||||||
lldiv_t _EXFUN(lldiv,(long long __numer, long long __denom));
|
lldiv_t _EXFUN(lldiv,(long long __numer, long long __denom));
|
||||||
#endif /* ! __STRICT_ANSI__ */
|
#endif /* ! __STRICT_ANSI__ */
|
||||||
#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) || (defined (__cplusplus) && __cplusplus >= 201103L)
|
#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) || (__cplusplus >= 201103L)
|
||||||
long long _EXFUN(strtoll,(const char *__n, char **__end_PTR, int __base));
|
long long _EXFUN(strtoll,(const char *__n, char **__end_PTR, int __base));
|
||||||
#endif
|
#endif
|
||||||
#ifndef __STRICT_ANSI__
|
#ifndef __STRICT_ANSI__
|
||||||
long long _EXFUN(_strtoll_r,(struct _reent *, const char *__n, char **__end_PTR, int __base));
|
long long _EXFUN(_strtoll_r,(struct _reent *, const char *__n, char **__end_PTR, int __base));
|
||||||
#endif /* ! __STRICT_ANSI__ */
|
#endif /* ! __STRICT_ANSI__ */
|
||||||
#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) || (defined (__cplusplus) && __cplusplus >= 201103L)
|
#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) || (__cplusplus >= 201103L)
|
||||||
unsigned long long _EXFUN(strtoull,(const char *__n, char **__end_PTR, int __base));
|
unsigned long long _EXFUN(strtoull,(const char *__n, char **__end_PTR, int __base));
|
||||||
#endif
|
#endif
|
||||||
#ifndef __STRICT_ANSI__
|
#ifndef __STRICT_ANSI__
|
||||||
@ -224,7 +224,7 @@ _VOID _EXFUN(__eprintf,(const char *, const char *, unsigned int, const char *))
|
|||||||
|
|
||||||
/* On platforms where long double equals double. */
|
/* On platforms where long double equals double. */
|
||||||
#ifdef _LDBL_EQ_DBL
|
#ifdef _LDBL_EQ_DBL
|
||||||
#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) || (defined (__cplusplus) && __cplusplus >= 201103L)
|
#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) || (__cplusplus >= 201103L)
|
||||||
extern long double strtold (const char *, char **);
|
extern long double strtold (const char *, char **);
|
||||||
#endif
|
#endif
|
||||||
extern long double wcstold (const wchar_t *, wchar_t **);
|
extern long double wcstold (const wchar_t *, wchar_t **);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user