OSDN Git Service

mathinline.h: Use __extern_inline
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / ia64 / bits / mathinline.h
index dd3d8e3..7db5a8e 100644 (file)
@@ -23,7 +23,7 @@
 #ifdef __cplusplus
 # define __MATH_INLINE __inline
 #else
-# define __MATH_INLINE extern __inline
+# define __MATH_INLINE __extern_inline
 #endif
 
 #if defined __USE_ISOC99 && defined __GNUC__ && __GNUC__ >= 2