Merge from vendor branch OPENSSH:
[dragonfly.git] / contrib / gcc-3.4 / libf2c / libF77 / d_sinh.c
1 #include "f2c.h"
2
3 #undef abs
4 #include <math.h>
5 double
6 d_sinh (doublereal * x)
7 {
8   return (sinh (*x));
9 }