summaryrefslogtreecommitdiff
path: root/lib/libm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm')
-rw-r--r--lib/libm/src/s_nan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/src/s_nan.c b/lib/libm/src/s_nan.c
index bb75b4486cd..f847545722c 100644
--- a/lib/libm/src/s_nan.c
+++ b/lib/libm/src/s_nan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: s_nan.c,v 1.2 2008/08/08 00:32:47 martynas Exp $ */
+/* $OpenBSD: s_nan.c,v 1.3 2008/08/08 00:41:17 martynas Exp $ */
/*-
* Copyright (c) 2007 David Schultz
* All rights reserved.
@@ -40,7 +40,7 @@
/*
* OpenBSD's ctype doesn't have digittoint, so we define it here.
*/
-static int
+int
_digittoint(int c)
{
if (!isxdigit(c))