HomeFreeBSD

fspacectl: remove unneeded freebsd32 wrapper

Description

fspacectl: remove unneeded freebsd32 wrapper

fspacectl(2) does not require special handling on freebsd32. The
presence of off_t in a struct does not cause it's size to change
between the native ABI and the 32-bit ABI supported by freebsd32
because off_t is always int64_t on BSD systems. Further, byte
order only requires handling for paired argument or return registers.

(32-byte alignment of 64-bit objects on i386 can require special
handling, but that situtation does not apply here.)

Reviewed by: kib, khng, emaste, delphij
Differential Revision: https://reviews.freebsd.org/D32994

Details

Provenance
brooksAuthored on Nov 18 2021, 1:02 AM
Reviewer
kib
Differential Revision
D32994: fspacectl: remove unneeded freebsd32 wrapper
Parents
rG4082b189d2ce: elf*_brand_inuse: Change return type to bool.
Branches
Unknown
Tags
Unknown