| commit | cb302f932a3532f1484e1e70894e9b1199384283 | [log] [tgz] |
|---|---|---|
| author | Josh Gao <jmgao@google.com> | Thu Apr 20 12:58:31 2017 -0700 |
| committer | Josh Gao <jmgao@google.com> | Thu Apr 20 12:58:31 2017 -0700 |
| tree | bce1aa92989ad430b173f194fa740d7bad2293dc | |
| parent | 1e10449c13f65019e825b26e98889bfcdc81f5ff [diff] [blame] |
The future is now. __INTRODUCED_IN_FUTURE -> __INTRODUCED_IN(26) Bug: http://b/37437368 Test: treehugger Change-Id: I601a23da83b65a0cd582cc840ed3856a9031b673
diff --git a/libc/include/sys/quota.h b/libc/include/sys/quota.h index 08ca982..51f7675 100644 --- a/libc/include/sys/quota.h +++ b/libc/include/sys/quota.h
@@ -40,7 +40,7 @@ __BEGIN_DECLS -int quotactl(int, const char*, int, char*) __INTRODUCED_IN_FUTURE; +int quotactl(int, const char*, int, char*) __INTRODUCED_IN(26); __END_DECLS