diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-10 22:37:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-10 22:37:07 +0000 |
commit | f8a2c86989b396f318a87ce7f6c1d95b3c911d42 (patch) | |
tree | c27e504d9a498690ad7b4370e07a1c4fa4dc0e9d /lib/libc/arch/m88k | |
parent | 539d2fe1b065038867a3a79db8cb2c3267d79cd0 (diff) |
Use the LBL frexp() on all platforms with ieee floating point.
Diffstat (limited to 'lib/libc/arch/m88k')
-rw-r--r-- | lib/libc/arch/m88k/gen/frexp.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/arch/m88k/gen/frexp.c b/lib/libc/arch/m88k/gen/frexp.c index e68405b442b..319f7262472 100644 --- a/lib/libc/arch/m88k/gen/frexp.c +++ b/lib/libc/arch/m88k/gen/frexp.c @@ -1,4 +1,5 @@ -/* * $OpenBSD: frexp.c,v 1.2 2000/03/01 17:31:20 todd Exp $*/ +/* $OpenBSD: frexp.c,v 1.3 2001/09/10 22:37:06 millert Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,12 +35,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: frexp.c,v 1.1 91/07/07 04:45:01 torek Exp */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93"; +static char rcsid[] = "$OpenBSD: frexp.c,v 1.3 2001/09/10 22:37:06 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |