aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-08-19 17:39:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-19 02:44:29 +0000
commit17f83c93cbbde3e38a03182931f40b7390061a7d (patch)
treed6f53e81e8a9aa8cda5ffb51e5ff3c6a29688523 /libc/include
parent934c8015d515f96c1f97255b48357da922cf626a (diff)
parentf800969d351a72b79da2944a4a971ea10bee3cc2 (diff)
downloadandroid_bionic-17f83c93cbbde3e38a03182931f40b7390061a7d.tar.gz
android_bionic-17f83c93cbbde3e38a03182931f40b7390061a7d.tar.bz2
android_bionic-17f83c93cbbde3e38a03182931f40b7390061a7d.zip
Merge "Remove unused defines from <features.h>."
Diffstat (limited to 'libc/include')
-rw-r--r--libc/include/features.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/libc/include/features.h b/libc/include/features.h
index 057d1de45..52184a881 100644
--- a/libc/include/features.h
+++ b/libc/include/features.h
@@ -37,21 +37,4 @@
# define __USE_GNU 1
#endif
-/* C95 support */
-#undef __USE_ISOC95
-#if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199409L
-# define __USE_ISOC95 1
-#endif
-
-/* C99 support */
-#undef __USE_ISOC99
-#if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
-# define __USE_ISOC99 1
-#endif
-
-/* Posix support */
-#define __USE_POSIX 1
-#define __USE_POSIX2 1
-#define __USE_XPG 1
-
#endif /* _FEATURES_H_ */