X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libgfortran%2Fc99_protos.h;h=521f205399a659a52fdbde6d1e782013e6c214e4;hp=99d61725cbfbc2bd19585d2f5e14d4acabfb57f2;hb=50f0ca0a0d7f9b6a4e94b4c42f59f4cee2c1a7f1;hpb=337acf8732b0617d36c359e2a6efa85911243fd3 diff --git a/libgfortran/c99_protos.h b/libgfortran/c99_protos.h index 99d61725cbf..521f205399a 100644 --- a/libgfortran/c99_protos.h +++ b/libgfortran/c99_protos.h @@ -113,6 +113,14 @@ extern float tanf(float); extern float tanhf(float); #endif +#ifndef HAVE_TRUNC +extern double trunc(double x); +#endif + +#ifndef HAVE_TRUNCF +extern float truncf(float x); +#endif + #ifndef HAVE_NEXTAFTERF extern float nextafterf(float, float); #endif