summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2008-12-09 19:52:35 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2008-12-09 19:52:35 +0000
commit9e5337fc957e6c7535daf2a109184402a542f1ec (patch)
tree84cad8df1ca61a3ef08f4c6720f1d9f771a6fd1d /lib/libc/shlib_version
parenteeeafb12487449aefa05ef31aa83d0b6e24b8a8f (diff)
- 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@
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
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.