OSDN Git Service

mathinline.h: Use __extern_inline
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / x86_64 / bits / mathinline.h
index bcde3f7..d706ae4 100644 (file)
@@ -24,7 +24,7 @@
 #ifdef __cplusplus
 # define __MATH_INLINE __inline
 #else
-# define __MATH_INLINE extern __inline
+# define __MATH_INLINE __extern_inline
 #endif