aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/sys/quota.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-08-17 18:30:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-08-17 18:30:57 +0000
commitcf3b0c183d9a6910db6384e6f8095c414041ea0c (patch)
treec9e7e5cb048e24dd067adf8ddd4173562ce1bd68 /libc/include/sys/quota.h
parent84669837f788d1236124cb2a5b77eb2c47041e82 (diff)
parent9af9120091ceb96641d7c6c645fabad96db4bc0d (diff)
downloadandroid_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.h2
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