mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
(__MATH_INLINE): Define to __extern_inline whenever that macro is defined.
This commit is contained in:
parent
8c2766740d
commit
c393be3d2f
@ -23,7 +23,7 @@
|
||||
# error "Never use <bits/mathinline.h> directly; include <math.h> instead."
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#ifndef __extern_inline
|
||||
# define __MATH_INLINE __inline
|
||||
#else
|
||||
# define __MATH_INLINE __extern_inline
|
||||
|
Loading…
Reference in New Issue
Block a user