diff options
author | 2008-12-09 19:52:33 +0000 | |
---|---|---|
committer | 2008-12-09 19:52:33 +0000 | |
commit | 4914100a9a976afb8e70010709918b347d2eae89 (patch) | |
tree | 95a3ce5549fae420aff154a69c7b1a88696651d1 /lib/libc/stdlib/malloc.c | |
parent | sparc does not have extended precision, therefore remove unused (diff) | |
download | wireguard-openbsd-4914100a9a976afb8e70010709918b347d2eae89.tar.xz wireguard-openbsd-4914100a9a976afb8e70010709918b347d2eae89.zip |
- 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/stdlib/malloc.c')
0 files changed, 0 insertions, 0 deletions