projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d646249
)
fix namespace issue in prototypes in math.h
author
Rich Felker
<dalias@aerifal.cx>
Sun, 22 Jul 2012 23:02:02 +0000
(19:02 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 22 Jul 2012 23:02:02 +0000
(19:02 -0400)
include/math.h
patch
|
blob
|
history
diff --git
a/include/math.h
b/include/math.h
index d7326483eeb0dc0f7d7eb2c01ad287abbe7c90a3..583dc3dad92aabffb276db57fbb9f3ed2654fbe6 100644
(file)
--- a/
include/math.h
+++ b/
include/math.h
@@
-199,8
+199,8
@@
float fmodf(float, float);
long double fmodl(long double, long double);
double frexp(double, int *);
-float frexpf(float
value
, int *);
-long double frexpl(long double
value
, int *);
+float frexpf(float, int *);
+long double frexpl(long double, int *);
double hypot(double, double);
float hypotf(float, float);