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:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-05-08 12:07:18 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2005-05-08 12:07:18 +0400
commit02626f616d01a8166f5a7c275a2d1fd5aeb150f9 (patch)
tree5fc485b683a40b49c8c0745488d81914565e4d4b /winsup/mingw/include/math.h
parent3f6494e216ea635c65c8ee2b35ccda6795f4b605 (diff)
* mingwex/math/erfl.c: New file.
* mingwex/Makefile.i (MATH_DISTFILES): Add erfl.c. (MATH_OBJS): Add erfl.o. * include/math.h (erfl, erfcl): Uncomment prototypes.
Diffstat (limited to 'winsup/mingw/include/math.h')
-rw-r--r--winsup/mingw/include/math.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/mingw/include/math.h b/winsup/mingw/include/math.h
index 585723b22..751fa9509 100644
--- a/winsup/mingw/include/math.h
+++ b/winsup/mingw/include/math.h
@@ -565,16 +565,12 @@ extern long double __cdecl sqrtl (long double);
/* 7.12.8.1 The erf functions */
extern double __cdecl erf (double);
extern float __cdecl erff (float);
-/* TODO
extern long double __cdecl erfl (long double);
-*/
/* 7.12.8.2 The erfc functions */
extern double __cdecl erfc (double);
extern float __cdecl erfcf (float);
-/* TODO
extern long double __cdecl erfcl (long double);
-*/
/* 7.12.8.3 The lgamma functions */
extern double __cdecl lgamma (double);