commit | 079bff4fa52b0c3c76057451cc9cdecf1827fce0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 16 16:30:54 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 16 16:30:54 2017 -0700 |
tree | 1f2667df4a1ed2dd79cb53a6231cb88d3d9ade13 | |
parent | 67e7bf137e00a6c9ef79396e40be6b1705a2758c [diff] [blame] |
Name function arguments in libc headers for Studio. Second batch of headers... Bug: http://b/64613623 Test: builds Change-Id: I8eef043dbf32afee8ff814e9d005f46aee8fa21f
diff --git a/libc/include/sys/quota.h b/libc/include/sys/quota.h index 51f7675..157c2d9 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(26); +int quotactl(int __cmd, const char* __special, int __id, char* __addr) __INTRODUCED_IN(26); __END_DECLS