summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/cephes
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/cephes')
-rw-r--r--src/regress/lib/libc/cephes/ieetst.c3
-rw-r--r--src/regress/lib/libc/cephes/mconf.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/src/regress/lib/libc/cephes/ieetst.c b/src/regress/lib/libc/cephes/ieetst.c
index 41dfd6a96e..974fb65c13 100644
--- a/src/regress/lib/libc/cephes/ieetst.c
+++ b/src/regress/lib/libc/cephes/ieetst.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ieetst.c,v 1.2 2011/07/03 13:39:07 martynas Exp $ */ 1/* $OpenBSD: ieetst.c,v 1.3 2017/07/27 15:08:37 bluhm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> 4 * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net>
@@ -94,6 +94,7 @@ static int etrflag;
94void chkit(), printerr(), mnrand(), etrand(), shownoncrit(); 94void chkit(), printerr(), mnrand(), etrand(), shownoncrit();
95void chkid(), pvec(); 95void chkid(), pvec();
96 96
97int
97main() 98main()
98{ 99{
99int i, iprec, retval = 0; 100int i, iprec, retval = 0;
diff --git a/src/regress/lib/libc/cephes/mconf.h b/src/regress/lib/libc/cephes/mconf.h
index 7527193e2a..410849c355 100644
--- a/src/regress/lib/libc/cephes/mconf.h
+++ b/src/regress/lib/libc/cephes/mconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: mconf.h,v 1.2 2014/07/21 01:51:11 guenther Exp $ */ 1/* $OpenBSD: mconf.h,v 1.3 2017/07/27 15:08:37 bluhm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> 4 * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net>
@@ -185,3 +185,5 @@ int mtherr();
185 185
186/* Variable for error reporting. See mtherr.c. */ 186/* Variable for error reporting. See mtherr.c. */
187extern int merror; 187extern int merror;
188
189int drand(double *);