diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-07-21 20:30:36 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-07-21 20:30:36 +0000 |
commit | d079b58d526fee9d549fe05a31c7814d92dd6f28 (patch) | |
tree | 47951bb395abd99aeac50cee42e6c8f06d3bbbb8 /lib/libm | |
parent | 8c94fe84ea7cf20329bd5027e7ec687abfa5dbb5 (diff) |
NetBSD's C library supplies these functions -> OpenBSD's C library
supplies these functions. in comments
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 9bafa9982e1..18754d301e1 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ -# $OpenBSD: Makefile,v 1.47 2008/07/21 20:29:14 martynas Exp $ +# $OpenBSD: Makefile,v 1.48 2008/07/21 20:30:35 martynas Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -139,7 +139,7 @@ NOIEEE_SRCS = n_asincos.c n_acosh.c n_asinh.c n_atan.c n_atanh.c n_cosh.c \ n_round.c -# NetBSD's C library supplies these functions: +# OpenBSD's C library supplies these functions: #COMMON_SRCS+= s_fabs.c s_frexp.c s_isinf.c s_isnan.c s_ldexp.c s_modf.c .if (${MACHINE_ARCH} == "vax") |