Deleted Added
full compact
14c14
< __FBSDID("$FreeBSD: head/lib/msun/src/s_asinh.c 176451 2008-02-22 02:30:36Z das $");
---
> __FBSDID("$FreeBSD: head/lib/msun/src/s_asinh.c 251599 2013-06-10 06:04:58Z das $");
26a27,28
> #include <float.h>
>
56a59,62
>
> #if LDBL_MANT_DIG == 53
> __weak_reference(asinh, asinhl);
> #endif