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)
Thu, Feb 27, 11:25 AM
Unknown Object (File)
Wed, Feb 26, 5:26 PM
Unknown Object (File)
Wed, Feb 26, 1:01 AM
Unknown Object (File)
Tue, Feb 25, 9:37 PM
Unknown Object (File)
Wed, Feb 19, 9:58 PM
Unknown Object (File)
Wed, Feb 19, 9:25 AM
Unknown Object (File)
Sat, Feb 15, 2:03 AM
Unknown Object (File)
Thu, Feb 13, 2:53 AM
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