summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-01-02 15:04:31 -0800
committerElliott Hughes <enh@google.com>2013-01-02 15:04:31 -0800
commitcacfd1f9feb9dacb82690f844d419dffde3d2fd4 (patch)
treed00f7fe275b48da4f703cc7922d24d929c3ec6bb
parentdb1b8993439cc1b0f741735e15d72a8cd67a6752 (diff)
downloadchromium-cacfd1f9feb9dacb82690f844d419dffde3d2fd4.tar.gz
bionic now defines _POSIX_MONOTONIC_CLOCK.
Change-Id: I0ccc29aa3701d74d6957892665c16a8f40cb2c42
-rw-r--r--android/prefix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/prefix.h b/android/prefix.h
index 526e023c..dbeca285 100644
--- a/android/prefix.h
+++ b/android/prefix.h
@@ -72,9 +72,6 @@ friend class test_case_name##_##test_name##_Test
//#define F_LOCK 1
//inline int lockf(int fd, int cmd, off_t len) { return -1; }
-// We have posix monotonic clocks but don't define this...
-#define _POSIX_MONOTONIC_CLOCK 1
-
// Disable langinfo in icu
#define U_GAVE_NL_LANGINFO_CODESET 0