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/sysinfo.h b/libc/include/sys/sysinfo.h index 4ecf986..cae5c49 100644 --- a/libc/include/sys/sysinfo.h +++ b/libc/include/sys/sysinfo.h
@@ -43,7 +43,7 @@ * * Returns 0 on success, and returns -1 and sets `errno` on failure. */ -int sysinfo(struct sysinfo* __info); +int sysinfo(struct sysinfo* _Nonnull __info); /** * [get_nprocs_conf(3)](http://man7.org/linux/man-pages/man3/get_nprocs_conf.3.html) returns