mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
syscalls: annotate args pointing to long, pointer, or time_t
Add _Contains_ annotations indicating that the data pointed to by a pointer argument contains types that vary between FreeBSD ABIs. The supported set is long (including size_t), pointer (including intptr_t), and time_t. The first two vary between 32- and 64-bit ABIs. The laste betwen i386 and everything else. These will be used to detect which syscalls require handling on particular ABIs. Reviewed by: kevans, kib
This commit is contained in:
parent
f260a69dec
commit
799ce8b8d2
1 changed files with 160 additions and 148 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue