summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-01-02 18:18:41 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-02 18:18:41 -0800
commit7367b09a051730c94e0fcf731a2764ffd620fa20 (patch)
tree8283dd4c2528555ee04af9120b91caa3fd41141f
parentcbfca5ff92c2e267878451fa882c989a1a49dbf4 (diff)
parent1f6155c0f4dede63c2163eee14c4e53c92ef3e60 (diff)
downloadchromium-7367b09a051730c94e0fcf731a2764ffd620fa20.tar.gz
am 1f6155c0: Merge "bionic now defines _POSIX_MONOTONIC_CLOCK."
* commit '1f6155c0f4dede63c2163eee14c4e53c92ef3e60': bionic now defines _POSIX_MONOTONIC_CLOCK.
-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