diff options
Diffstat (limited to 'missing.h')
-rw-r--r-- | missing.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,8 +55,8 @@ extern double hypot _((double, double)); #endif #ifndef HAVE_ERF -extern double erf _((double, double)); -extern double erfc _((double, double)); +extern double erf _((double)); +extern double erfc _((double)); #endif #ifndef HAVE_ISINF |