Page MenuHomeFreeBSD

D53783.diff
No OneTemporary

D53783.diff

diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -508,6 +508,9 @@
void sincos(double, double *, double *);
void sincosf(float, float *, float *);
void sincosl(long double, long double *, long double *);
+#endif /* __BSD_VISIBLE */
+
+#if __ISO_C_VISIBLE >= 2023
double cospi(double);
float cospif(float);
long double cospil(long double);
@@ -517,7 +520,7 @@
double tanpi(double);
float tanpif(float);
long double tanpil(long double);
-#endif
+#endif /* __ISO_C_VISIBLE >= 2023 */
__END_DECLS

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 16, 5:46 AM (16 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35125507
Default Alt Text
D53783.diff (576 B)

Event Timeline