summaryrefslogtreecommitdiff
path: root/lib/libc/arch/vax
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-02-01 15:12:31 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-02-01 15:12:31 +0000
commit1b0c2756f2ed59c98af0244f8e4bc953aa86d9d5 (patch)
tree5f0e1cf4c46cc06d7847c4dc9c5161018e757400 /lib/libc/arch/vax
parent7f1209ff29fd072e2f8d1f49392e63d47962736b (diff)
Replace broken frexp() with a working one from FreeBSD. There's
no need to have a copy for each platform with ieee floating point, only vax needs a special version (which probably has similar bugs). OK and with help from otto@
Diffstat (limited to 'lib/libc/arch/vax')
-rw-r--r--lib/libc/arch/vax/gen/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/vax/gen/Makefile.inc b/lib/libc/arch/vax/gen/Makefile.inc
index a8e3f950733..5385ac93d4a 100644
--- a/lib/libc/arch/vax/gen/Makefile.inc
+++ b/lib/libc/arch/vax/gen/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:18:20 tholo Exp $
+# $OpenBSD: Makefile.inc,v 1.4 2005/02/01 15:12:30 millert Exp $
-SRCS+= _setjmp.S fabs.S frexp.c infinity.c isinf.c ldexp.S \
+SRCS+= _setjmp.S fabs.S infinity.c isinf.c ldexp.S \
modf.S setjmp.S udiv.S urem.S alloca.S sigsetjmp.S