bionic now defines _POSIX_MONOTONIC_CLOCK.

Change-Id: I0ccc29aa3701d74d6957892665c16a8f40cb2c42
diff --git a/android/prefix.h b/android/prefix.h
index 526e023..dbeca28 100644
--- a/android/prefix.h
+++ b/android/prefix.h
@@ -72,9 +72,6 @@
 //#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