summaryrefslogtreecommitdiffstats
path: root/recipes/free42/files/free42-dont-declare-sincos.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/free42/files/free42-dont-declare-sincos.patch')
-rw-r--r--recipes/free42/files/free42-dont-declare-sincos.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/free42/files/free42-dont-declare-sincos.patch b/recipes/free42/files/free42-dont-declare-sincos.patch
new file mode 100644
index 0000000000..8ba10face4
--- /dev/null
+++ b/recipes/free42/files/free42-dont-declare-sincos.patch
@@ -0,0 +1,11 @@
+--- free42-orig/common/free42.h 2007-01-06 09:37:50.000000000 -0800
++++ free42gtk/common/free42.h 2007-09-03 22:39:14.000000000 -0700
+@@ -150,7 +150,7 @@
+ * provided by MathLib.
+ */
+ #ifndef PALMOS
+-extern "C" void sincos(double x, double *sinx, double *cosx) HELPERS_SECT;
++
+ #endif
+ //#define NO_SINCOS 1
+