2009-08-08 Danny Smith <dannysmith@users.sourceforge.net>
* include/math.h (__fpclassifyl, __isnan, __isnanf, isnanl, __signbit, __signbitf, __signbitl, sinhf, tanhf, expf, frexpf, ldexpf, hypotf, powf, __fp_unordered_compare): Add prototypes. * include/stdio.h (vsnwprintf): Add prototype. * include/wchar.h (vsnwprintf): Add prototype. * include/unistd.h (ftruncate): Move prototype out of __NO_INLINE__ guard.
This commit is contained in:
@@ -503,7 +503,7 @@ _CRTIMP char* __cdecl __MINGW_NOTHROW gcvt (double, int, char*);
|
||||
|
||||
/* C99 name for _exit */
|
||||
void __cdecl __MINGW_NOTHROW _Exit(int) __MINGW_ATTRIB_NORETURN;
|
||||
#ifndef __NO_INLINE__
|
||||
#if !defined __NO_INLINE__ && !defined __STRICT_ANSI__
|
||||
__CRT_INLINE void __cdecl __MINGW_NOTHROW _Exit(int __status)
|
||||
{ _exit (__status); }
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user