aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libstdc++-v3/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/libstdc++-v3/configure')
-rwxr-xr-xgcc-4.7/libstdc++-v3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.7/libstdc++-v3/configure b/gcc-4.7/libstdc++-v3/configure
index 1c2d5ecac..aea3acc33 100755
--- a/gcc-4.7/libstdc++-v3/configure
+++ b/gcc-4.7/libstdc++-v3/configure
@@ -19774,7 +19774,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
int
main ()
{
-#if _POSIX_TIMERS > 0 && (defined(_POSIX_MONOTONIC_CLOCK) || defined(__ANDROID__))
+#if _POSIX_TIMERS > 0 && defined(_POSIX_MONOTONIC_CLOCK)
timespec tp;
#endif
clock_gettime(CLOCK_MONOTONIC, &tp);