The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=33f9ea209e954cfa3a89d05b400198bf14dd7ad6
commit 33f9ea209e954cfa3a89d05b400198bf14dd7ad6 Author: Brooks Davis <[email protected]> AuthorDate: 2021-11-29 22:02:59 +0000 Commit: Brooks Davis <[email protected]> CommitDate: 2021-11-29 22:04:41 +0000 syscalls: add missing SAL annotations freebsd7_shmctl was missing an annotation Reviewed by: kib, imp --- sys/kern/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 315e2692bfa1..45e4bb8d830e 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1341,7 +1341,7 @@ int shmctl( int shmid, int cmd, - _Contains_long_ struct shmid_ds_old *buf + _Inout_opt_ _Contains_long_ struct shmid_ds_old *buf ); } 230 AUE_SHMDT NOSTD {
