HomeFreeBSD

freebsd32: sync return types with default ABI

Description

freebsd32: sync return types with default ABI

This consists of int -> ssize_t where required and one int -> mode_t.
As a rule, return types are informative rather than functional as the
actual return is in a register.

Reviewed by: kevans

Details

Provenance
brooksAuthored on Nov 17 2021, 8:12 PM
Parents
rG265a4b8341ab: freebsd32: semid_t -> int32_t
Branches
Unknown
Tags
Unknown