Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136742845
D53783.id166582.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
576 B
Referenced Files
None
Subscribers
None
D53783.id166582.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 20, 5:09 AM (12 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25528733
Default Alt Text
D53783.id166582.diff (576 B)
Attached To
Mode
D53783: msun: expose the C23 functions we already support in <math.h>
Attached
Detach File
Event Timeline
Log In to Comment