summaryrefslogtreecommitdiff
path: root/devel/mico/files/patch-include::mico::os-math.h
blob: 4d36f7a4e764da96429857309400884249f770d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- include/mico/os-math.h.orig	Tue Nov 16 22:31:18 2004
+++ include/mico/os-math.h	Tue Nov 16 21:07:40 2004
@@ -291,6 +291,25 @@
 #define	isnan(x)	(fpclassify(x) == FP_NAN)
 #endif
 #endif
+
+#ifndef asinl
+#define asinl asin
+#endif
+#ifndef ldexpl
+#define ldexpl ldexp
+#endif
+#ifndef frexpl
+#define frexpl frexp
+#endif
+#ifndef fmodl
+#define fmodl fmod
+#endif
+#ifndef ceill
+#define ceill ceil
+#endif
+#ifndef floorl
+#define floorl floor
+#endif
 #endif // __FreeBSD__
 
 #include <unistd.h>