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:
authorDJ Delorie <dj@redhat.com>2014-08-27 23:27:03 +0400
committerDJ Delorie <dj@redhat.com>2014-08-27 23:27:03 +0400
commitdd48219ba9f75b807d0e968e3545a764cabfe688 (patch)
tree81cfe6fc2f58ffb11d8af11738abfcdb292d0fe5
parent326510785e2fd6d2025e5b3a257748b1fa725271 (diff)
* libc/include/math.h (frexpl): Remove parameter name.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/include/math.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 24b9a060d..7c8bb4682 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-27 DJ Delorie <dj@redhat.com>
+
+ * libc/include/math.h (frexpl): Remove parameter name.
+
2014-08-19 Richard Earnshaw <rearnsha@arm.com>
* libc/machine/aarch64/memchr.S: Add check for zero-sized buffer.
diff --git a/newlib/libc/include/math.h b/newlib/libc/include/math.h
index 3bf8de517..2da05f1c8 100644
--- a/newlib/libc/include/math.h
+++ b/newlib/libc/include/math.h
@@ -390,7 +390,7 @@ extern long double cosl _PARAMS((long double));
extern long double sinl _PARAMS((long double));
extern long double tanl _PARAMS((long double));
extern long double tanhl _PARAMS((long double));
-extern long double frexpl _PARAMS((long double value, int *));
+extern long double frexpl _PARAMS((long double, int *));
extern long double modfl _PARAMS((long double, long double *));
extern long double ceill _PARAMS((long double));
extern long double fabsl _PARAMS((long double));