diff options
author | rsc <devnull@localhost> | 2005-01-07 17:21:09 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-07 17:21:09 +0000 |
commit | c619cc2cb9023d3f6ed9db515ff37b6479795245 (patch) | |
tree | 77e219b86709e996bd20d932b6dcbb5f537ff3b1 /src/cmd/map | |
parent | 60ee9140427f2b5e3d41a834cc48996c040a69bc (diff) | |
download | plan9port-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.h | 4 |
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); |