summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/cephes/mconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/cephes/mconf.h')
-rw-r--r--src/regress/lib/libc/cephes/mconf.h4
1 files changed, 3 insertions, 1 deletions
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 *);