Revert "Make mallopt available in the future."

This reverts commit 083923d96acb7cfe4e1a1c22100047fa87feb347.

Reason for revert: No longer correct, this will be in API 26.

Change-Id: Iaf82d797405135fcd30455fd750b23fc57e9623a
diff --git a/libc/include/malloc.h b/libc/include/malloc.h
index b07a000..db5da04 100644
--- a/libc/include/malloc.h
+++ b/libc/include/malloc.h
@@ -80,7 +80,7 @@
 /* mallopt options */
 #define M_DECAY_TIME -100
 
-int mallopt(int, int) __INTRODUCED_IN_FUTURE;
+int mallopt(int, int) __INTRODUCED_IN(26);
 
 __END_DECLS