Page MenuHomeFreeBSD

libthr: avoid varargs in fcntl and openat interposers
ClosedPublic

Authored by brooks on May 8 2024, 1:42 PM.
Tags
None
Referenced Files
F132239012: D45126.id.diff
Wed, Oct 15, 2:23 AM
F132239010: D45126.id138251.diff
Wed, Oct 15, 2:23 AM
F132239007: D45126.id138248.diff
Wed, Oct 15, 2:23 AM
F132199387: D45126.diff
Tue, Oct 14, 5:26 PM
Unknown Object (File)
Mon, Oct 6, 1:42 AM
Unknown Object (File)
Sat, Oct 4, 8:34 AM
Unknown Object (File)
Fri, Sep 26, 4:16 PM
Unknown Object (File)
Fri, Sep 19, 4:29 PM
Subscribers

Details

Summary

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.

Obtained from: CheriBSD

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable