Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106938586
D35771.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
516 B
Referenced Files
None
Subscribers
None
D35771.diff
View Options
diff --git a/lib/msun/src/w_cabsf.c b/lib/msun/src/w_cabsf.c
--- a/lib/msun/src/w_cabsf.c
+++ b/lib/msun/src/w_cabsf.c
@@ -15,8 +15,7 @@
#include "math_private.h"
float
-cabsf(z)
- float complex z;
+cabsf(float complex z)
{
return hypotf(crealf(z), cimagf(z));
diff --git a/lib/msun/src/w_drem.c b/lib/msun/src/w_drem.c
--- a/lib/msun/src/w_drem.c
+++ b/lib/msun/src/w_drem.c
@@ -8,8 +8,7 @@
#include <math.h>
double
-drem(x, y)
- double x, y;
+drem(double x, double y)
{
return remainder(x, y);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 8, 6:39 PM (1 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15725308
Default Alt Text
D35771.diff (516 B)
Attached To
Mode
D35771: Rewrite function definitions with identifier lists
Attached
Detach File
Event Timeline
Log In to Comment