diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-10 22:38:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-10 22:38:12 +0000 |
commit | 5a30d45cedc93970c728636b6dc6368266985c1d (patch) | |
tree | 9ab7f974454b3ac8b16ab55414d6f4488341ab9e /lib/libc/arch/vax | |
parent | f8a2c86989b396f318a87ce7f6c1d95b3c911d42 (diff) |
Use the LBL isnan() and isinf() on all platforms with ieee floating point.
Diffstat (limited to 'lib/libc/arch/vax')
-rw-r--r-- | lib/libc/arch/vax/gen/isinf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/arch/vax/gen/isinf.c b/lib/libc/arch/vax/gen/isinf.c index 61d2355167d..b46519d67d3 100644 --- a/lib/libc/arch/vax/gen/isinf.c +++ b/lib/libc/arch/vax/gen/isinf.c @@ -1,3 +1,5 @@ +/* $OpenBSD: isinf.c,v 1.4 2001/09/10 22:38:11 millert Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,7 +34,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.3 1996/08/19 08:18:26 tholo Exp $"; +static char rcsid[] = "$OpenBSD: isinf.c,v 1.4 2001/09/10 22:38:11 millert Exp $"; #endif /* LIBC_SCCS and not lint */ /* ARGSUSED */ |