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)
Sat, Jul 20, 10:02 PM
Unknown Object (File)
Jun 21 2024, 12:18 AM
Unknown Object (File)
Jun 13 2024, 1:56 AM
Unknown Object (File)
May 14 2024, 3:04 PM
Unknown Object (File)
May 9 2024, 9:26 PM
Unknown Object (File)
May 9 2024, 9:24 PM
Unknown Object (File)
May 9 2024, 9:24 PM
Unknown Object (File)
May 9 2024, 5:14 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