mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Define __USE_EXTERN_INLINES for recent enough gcc.
This commit is contained in:
@@ -248,6 +248,12 @@
|
|||||||
# define __USE_LARGEFILE64
|
# define __USE_LARGEFILE64
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
#endif /* !ASSEMBLER */
|
||||||
|
|
||||||
|
/* Decide whether we can define 'extern inline' functions in headers. */
|
||||||
|
#if defined __GNUC__ && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ >= 7)\
|
||||||
|
&& defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__
|
||||||
|
# define __USE_EXTERN_INLINES 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* This is here only because every header file already includes this one. */
|
/* This is here only because every header file already includes this one. */
|
||||||
|
Reference in New Issue
Block a user