diff options
author | Colin Cross <ccross@android.com> | 2017-08-17 18:30:57 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-08-17 18:30:57 +0000 |
commit | cf3b0c183d9a6910db6384e6f8095c414041ea0c (patch) | |
tree | c9e7e5cb048e24dd067adf8ddd4173562ce1bd68 /libc/include/sys/quota.h | |
parent | 84669837f788d1236124cb2a5b77eb2c47041e82 (diff) | |
parent | 9af9120091ceb96641d7c6c645fabad96db4bc0d (diff) | |
download | android_bionic-cf3b0c183d9a6910db6384e6f8095c414041ea0c.tar.gz android_bionic-cf3b0c183d9a6910db6384e6f8095c414041ea0c.tar.bz2 android_bionic-cf3b0c183d9a6910db6384e6f8095c414041ea0c.zip |
Merge "Revert "Name function arguments in libc headers for Studio.""
Diffstat (limited to 'libc/include/sys/quota.h')
-rw-r--r-- | libc/include/sys/quota.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/sys/quota.h b/libc/include/sys/quota.h index 157c2d9cb..51f767573 100644 --- a/libc/include/sys/quota.h +++ b/libc/include/sys/quota.h @@ -40,7 +40,7 @@ __BEGIN_DECLS -int quotactl(int __cmd, const char* __special, int __id, char* __addr) __INTRODUCED_IN(26); +int quotactl(int, const char*, int, char*) __INTRODUCED_IN(26); __END_DECLS |