summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sparc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-09-10 22:37:07 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-09-10 22:37:07 +0000
commitf8a2c86989b396f318a87ce7f6c1d95b3c911d42 (patch)
treec27e504d9a498690ad7b4370e07a1c4fa4dc0e9d /lib/libc/arch/sparc
parent539d2fe1b065038867a3a79db8cb2c3267d79cd0 (diff)
Use the LBL frexp() on all platforms with ieee floating point.
Diffstat (limited to 'lib/libc/arch/sparc')
-rw-r--r--lib/libc/arch/sparc/gen/frexp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/arch/sparc/gen/frexp.c b/lib/libc/arch/sparc/gen/frexp.c
index 2dcc0300fc9..21b0cb426a5 100644
--- a/lib/libc/arch/sparc/gen/frexp.c
+++ b/lib/libc/arch/sparc/gen/frexp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: frexp.c,v 1.4 2001/09/10 22:37:06 millert Exp $ */
+
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -36,7 +38,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: frexp.c,v 1.3 1997/07/23 20:55:30 kstailey Exp $";
+static char rcsid[] = "$OpenBSD: frexp.c,v 1.4 2001/09/10 22:37:06 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>