summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_rem_pio2f.c
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2009-01-13 05:13:20 +0000
committerdas <das@FreeBSD.org>2009-01-13 05:13:20 +0000
commitbbd91baa0811e56a7f0350781dafdf966fff47dc (patch)
treea57bf00987a99f5ee94d8cbddbb368173670fc76 /lib/msun/src/e_rem_pio2f.c
parent5307e1d148524a5f7628b9f7a868fa9fe2bdd3f3 (diff)
downloadFreeBSD-src-bbd91baa0811e56a7f0350781dafdf966fff47dc.zip
FreeBSD-src-bbd91baa0811e56a7f0350781dafdf966fff47dc.tar.gz
Use __gnu89_inline so that these files will compile with newer versions
of gcc, where the meaning of 'inline' was changed to match C99. Noticed by: rdivacky
Diffstat (limited to 'lib/msun/src/e_rem_pio2f.c')
-rw-r--r--lib/msun/src/e_rem_pio2f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/e_rem_pio2f.c b/lib/msun/src/e_rem_pio2f.c
index e07694c..7ec7b95 100644
--- a/lib/msun/src/e_rem_pio2f.c
+++ b/lib/msun/src/e_rem_pio2f.c
@@ -41,7 +41,7 @@ pio2_1 = 1.57079631090164184570e+00, /* 0x3FF921FB, 0x50000000 */
pio2_1t = 1.58932547735281966916e-08; /* 0x3E5110b4, 0x611A6263 */
#ifdef INLINE_REM_PIO2F
-extern inline
+extern __gnu89_inline
#endif
int
__ieee754_rem_pio2f(float x, double *y)
OpenPOWER on IntegriCloud