Deleted Added
full compact
16c16
< __FBSDID("$FreeBSD: head/lib/msun/src/e_acosh.c 176451 2008-02-22 02:30:36Z das $");
---
> __FBSDID("$FreeBSD: head/lib/msun/src/e_acosh.c 251599 2013-06-10 06:04:58Z das $");
31a32,33
> #include <float.h>
>
62a65,68
>
> #if LDBL_MANT_DIG == 53
> __weak_reference(acosh, acoshl);
> #endif