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>2003-01-26 10:04:04 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2003-01-26 10:04:04 +0300
commit232cca6b0c06482c9fb1739f3e72df286a309a8e (patch)
tree06020a50ad96739e53e5b60af81c961d2dc1c673
parent9a751621661bab473334333b4422599bc26164a2 (diff)
* include/math.h (tgamma): Correct typo in comment.
-rw-r--r--winsup/mingw/ChangeLog4
-rw-r--r--winsup/mingw/include/math.h4
2 files changed, 5 insertions, 3 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 25aa9c804..c180100ad 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,9 @@
2003-01-26 Danny Smith <dannysmith@users.sourceforge.net>
+ * include/math.h (tgamma): Correct typo in comment.
+
+2003-01-26 Danny Smith <dannysmith@users.sourceforge.net>
+
* mingwex/mingw-fseek.c (INLINE): Remove define.
(__mingw_is_win9x): Remove static inline function.
(_mingw_fwrite): Use _osver instead of __mingw_is_win9x.
diff --git a/winsup/mingw/include/math.h b/winsup/mingw/include/math.h
index 4d3295eab..6249d020c 100644
--- a/winsup/mingw/include/math.h
+++ b/winsup/mingw/include/math.h
@@ -533,13 +533,11 @@ extern long double erfcl (long double);
*/
/* 7.12.8.3 The lgamma functions */
-
extern double lgamma (double);
extern float lgammaf (float);
extern long double lgammal (long double);
-/* 77.12.8.4 The tgamma functions */
-
+/* 7.12.8.4 The tgamma functions */
extern double tgamma (double);
extern float tgammaf (float);
extern long double tgammal (long double);