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:
parent
d8d4ed26c9
commit
7936d4e4d0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user