summaryrefslogtreecommitdiff
path: root/libc/include/features.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/features.h')
-rw-r--r--libc/include/features.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/include/features.h b/libc/include/features.h
index 10d29811a..c69fc2da2 100644
--- a/libc/include/features.h
+++ b/libc/include/features.h
@@ -391,14 +391,6 @@
# define __USE_EXTERN_INLINES 1
#endif
-/* There are some functions that must be declared 'extern inline' even with
- -Os when building LIBC, or they'll end up undefined. */
-#if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
- && (defined _LIBC || !defined __OPTIMIZE_SIZE__) && !defined __NO_INLINE__ \
- && defined __extern_inline
-# define __USE_EXTERN_INLINES_IN_LIBC 1
-#endif
-
/* This is here only because every header file already includes this one.
Get the definitions of all the appropriate `__stub_FUNCTION' symbols.