git: 00e0a4c0d749 - main - syscalls: abort2 doesn't return so declare as void
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Nov 2021 22:37:26 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=00e0a4c0d749563aa9865c302765c2e580e7d485 commit 00e0a4c0d749563aa9865c302765c2e580e7d485 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2021-11-22 22:36:54 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2021-11-22 22:36:54 +0000 syscalls: abort2 doesn't return so declare as void Reviewed by: kib --- 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 8236985d116a..9c1de91aa475 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -2455,7 +2455,7 @@ ); } 463 AUE_NULL STD|CAPENABLED { - int abort2( + void abort2( _In_z_ const char *why, int nargs, _In_reads_(nargs) void **args