commit | 8f7a987cd0204706b8a7a2a30171746493b42ffd | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed May 31 18:15:09 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 31 18:15:11 2017 +0000 |
tree | 2270ece5b778b2b77f4ead302090429e0e21dbc9 | |
parent | 8f6f70db457e6f6d09a5f3b8be91adcea16b1067 [diff] | |
parent | 7c08c7910dc7980f0a4d4354aabad60f8c7bd605 [diff] |
Merge "Revert "Make mallopt available in the future.""
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