remove another invalid skip of locking in ungetwc
[oweals/musl.git] / src / math / __sin.c
index 9aead04becfd4e68177cd18cf9d4b50ab2208533..40309496646ea67bc247a46b8cd363a73ca9801e 100644 (file)
@@ -51,7 +51,7 @@ S6  =  1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */
 
 double __sin(double x, double y, int iy)
 {
-       double z,r,v,w;
+       double_t z,r,v,w;
 
        z = x*x;
        w = z*z;