aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/sys/quota.h
diff options
context:
space:
mode:
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 51f767573..157c2d9cb 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