From 9e5337fc957e6c7535daf2a109184402a542f1ec Mon Sep 17 00:00:00 2001 From: Martynas Venckus Date: Tue, 9 Dec 2008 19:52:35 +0000 Subject: - add long double signbit - make long double versions weak aliases to double versions, on archs where long doubles are 64 bits - no need to have two finites. finite() and finitef() are non-standard 3BSD obsolete versions of isfinite. remove from libm. make them weak_alias in libc to __isfinite and __isfinitef instead. similarly make 3BSD obsolete versions of isinf, isinff, isnan, isnanf weak_aliases to C99's __isinf, __isinff, __isnan, __isnanf - bump major ok millert@ --- lib/libc/shlib_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/shlib_version') diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index c05b777c1bd..088a7e5ed1f 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=49 +major=50 minor=0 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. -- cgit v1.2.3