Page MenuHomeFreeBSD

D35771.id108011.diff
No OneTemporary

D35771.id108011.diff

Index: lib/msun/src/w_cabsf.c
===================================================================
--- lib/msun/src/w_cabsf.c
+++ 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));
Index: lib/msun/src/w_drem.c
===================================================================
--- lib/msun/src/w_drem.c
+++ 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

Mime Type
text/plain
Expires
Wed, Oct 2, 1:02 PM (12 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13345181
Default Alt Text
D35771.id108011.diff (582 B)

Event Timeline