commit | bb0913ee641d5e407ff7d98e2746f0adf5d66dd1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Feb 04 02:50:14 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 04 02:50:14 2023 +0000 |
tree | bc6de594fe833ed878d7e9152c51838cae908bce | |
parent | 3d577a836d45a92e449c92c7df30da1f3fc012a2 [diff] | |
parent | 4b8a12625524dc252a8c9ceab0cd902da5a3e847 [diff] |
Merge "Nullability check for sysinfo 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