aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/map
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-07 17:21:09 +0000
committerrsc <devnull@localhost>2005-01-07 17:21:09 +0000
commitc619cc2cb9023d3f6ed9db515ff37b6479795245 (patch)
tree77e219b86709e996bd20d932b6dcbb5f537ff3b1 /src/cmd/map
parent60ee9140427f2b5e3d41a834cc48996c040a69bc (diff)
downloadplan9port-c619cc2cb9023d3f6ed9db515ff37b6479795245.tar.gz
plan9port-c619cc2cb9023d3f6ed9db515ff37b6479795245.tar.bz2
plan9port-c619cc2cb9023d3f6ed9db515ff37b6479795245.zip
more name conflicts
Diffstat (limited to 'src/cmd/map')
-rw-r--r--src/cmd/map/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/map/map.h b/src/cmd/map/map.h
index d96497c8..959ccfce 100644
--- a/src/cmd/map/map.h
+++ b/src/cmd/map/map.h
@@ -110,6 +110,10 @@ void findxy(double, double *, double *);
void albscale(double, double, double, double);
void invalb(double, double, double *, double *);
+#define csqrt map_csqrt /* conflicts on FreeBSD 5 with gcc builtins */
+#define cpow map_cpow
+#define sincos map_sincos
+
void cdiv(double, double, double, double, double *, double *);
void cmul(double, double, double, double, double *, double *);
void cpow(double, double, double *, double *, double);