HomeFreeBSD

libthr: avoid varargs in fcntl and openat interposers

Description

libthr: avoid varargs in fcntl and openat interposers

Align these signatures with the ones in syscalls.master (and thus
libsys.h). There's no reason to do va_args twice and in some ABIs
(e.g,, CheriABI) you can't access fixed arguments as varargs if you
weren't called with varargs signature.

Reviewed by: imp, kib, jhibbits
Obtained from: CheriBSD
Differential Revision: https://reviews.freebsd.org/D45126

Details

Provenance
brooksAuthored on Wed, May 8, 2:49 PM
Reviewer
imp
Differential Revision
D45126: libthr: avoid varargs in fcntl and openat interposers
Parents
rG2a9aae9e5f7a: tcp: add counter to track when SACK loss recovery uses TSO
Branches
Unknown
Tags
Unknown