commit | f82ee4a37a8d45fe5f18850ee5e99134acc91de6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Feb 07 16:35:27 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 07 16:35:27 2023 +0000 |
tree | 5a987d15de63057d3baa69ab6cc7dcdee97d80b6 | |
parent | d7cf151304415f64ca4a88dbcc9139ae9df315f3 [diff] | |
parent | e716b1b3eec50d03e5ae97d4f6083cf0d38d0d95 [diff] |
Merge "Nullability check for klog module"
diff --git a/libc/include/sys/klog.h b/libc/include/sys/klog.h index b33d11b..b60c2c4 100644 --- a/libc/include/sys/klog.h +++ b/libc/include/sys/klog.h
@@ -66,6 +66,6 @@ * This system call is not available to applications. * Use syslog() or `<android/log.h>` instead. */ -int klogctl(int __type, char* __buf, int __buf_size); +int klogctl(int __type, char* __BIONIC_COMPLICATED_NULLNESS __buf, int __buf_size); __END_DECLS