1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00

syscalls.master: align with sigfastblock declaration

sigfastblock is declared to take a void * argument in the manpage in
headers so declare it that way and use SAL annotations to say it
interacts with a 32-bit word.

Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D44379
This commit is contained in:
Brooks Davis 2024-03-19 21:51:40 +00:00
parent d8d4ed26c9
commit 7936d4e4d0

View File

@ -3231,7 +3231,7 @@
573 AUE_NULL STD|CAPENABLED {
int sigfastblock(
int cmd,
_Inout_opt_ uint32_t *ptr
_Inout_updates_bytes_opt_(4) void *ptr
);
}
574 AUE_REALPATHAT STD {