OSDN Git Service

Revert "Make mallopt available in the future."
authorChristopher Ferris <cferris@google.com>
Wed, 31 May 2017 00:14:15 +0000 (00:14 +0000)
committerChristopher Ferris <cferris@google.com>
Wed, 31 May 2017 00:15:00 +0000 (00:15 +0000)
This reverts commit 083923d96acb7cfe4e1a1c22100047fa87feb347.

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

Change-Id: Iaf82d797405135fcd30455fd750b23fc57e9623a

libc/include/malloc.h

index b07a000..db5da04 100644 (file)
@@ -80,7 +80,7 @@ int malloc_info(int, FILE*) __INTRODUCED_IN(23);
 /* mallopt options */
 #define M_DECAY_TIME -100
 
-int mallopt(int, int) __INTRODUCED_IN_FUTURE;
+int mallopt(int, int) __INTRODUCED_IN(26);
 
 __END_DECLS