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
Unknown Object (File)
Wed, Mar 4, 3:00 PM
Unknown Object (File)
Sat, Feb 28, 4:27 PM
Unknown Object (File)
Fri, Feb 27, 11:59 PM
Unknown Object (File)
Fri, Feb 27, 2:11 AM
Unknown Object (File)
Feb 8 2026, 8:36 AM
Unknown Object (File)
Feb 7 2026, 11:39 PM
Unknown Object (File)
Jan 31 2026, 7:30 AM
Unknown Object (File)
Jan 28 2026, 7:33 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