HomeFreeBSD

freebsd32: thread IDs are int32_t

Description

freebsd32: thread IDs are int32_t

Thread IDs are of type long which means int32_t on 32-bit systems.
While this detail is handled without compat functions, expose it
here as code to generate prototypes from the default syscalls.master
will do so.

Reviewed by: kevans

Details

Provenance
brooksAuthored on Nov 17 2021, 8:12 PM
Parents
rG2e89f95d6ae4: freebsd32: fix types on statfs syscalls
Branches
Unknown
Tags
Unknown