commit | a3357c28f5f17899170ff4f824a29a20af6cfa52 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Feb 04 04:12:16 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 04 04:12:16 2023 +0000 |
tree | 9fa024c98019befaddc63ac9018591e50e4f2c4c | |
parent | bb0913ee641d5e407ff7d98e2746f0adf5d66dd1 [diff] | |
parent | 7833a700005727a53506dd70c2fcfad06054a738 [diff] |
Merge "Nullability check for quota module"
diff --git a/libc/include/sys/quota.h b/libc/include/sys/quota.h index f8faee7..79c653d 100644 --- a/libc/include/sys/quota.h +++ b/libc/include/sys/quota.h
@@ -51,6 +51,6 @@ * * Available since API level 26. */ -int quotactl(int __cmd, const char* __special, int __id, char* __addr) __INTRODUCED_IN(26); +int quotactl(int __cmd, const char* _Nullable __special, int __id, char* __BIONIC_COMPLICATED_NULLNESS __addr) __INTRODUCED_IN(26); __END_DECLS