diff options
Diffstat (limited to 'lib/msun/ld128/s_logl.c')
-rw-r--r-- | lib/msun/ld128/s_logl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/msun/ld128/s_logl.c b/lib/msun/ld128/s_logl.c index 8961dd0c96db..e9133ec66fd2 100644 --- a/lib/msun/ld128/s_logl.c +++ b/lib/msun/ld128/s_logl.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> /** * Implementation of the natural logarithm of x for 128-bit format. * @@ -445,7 +444,7 @@ struct ld { #endif #ifdef STRUCT_RETURN -static inline __always_inline void +static __always_inline void k_logl(long double x, struct ld *rp) #else long double |