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, May 14, 2:26 AM
Unknown Object (File)
Apr 24 2025, 7:54 AM
Unknown Object (File)
Apr 16 2025, 8:01 AM
Unknown Object (File)
Apr 9 2025, 9:57 PM
Unknown Object (File)
Feb 27 2025, 11:25 AM
Unknown Object (File)
Feb 26 2025, 5:26 PM
Unknown Object (File)
Feb 26 2025, 1:01 AM
Unknown Object (File)
Feb 25 2025, 9:37 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