summaryrefslogtreecommitdiff
path: root/missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'missing.h')
-rw-r--r--missing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/missing.h b/missing.h
index 5416500cb0..0603db1a40 100644
--- a/missing.h
+++ b/missing.h
@@ -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