HardenedBSD/lib/libthr
Brooks Davis ec2b6b16aa libthr: avoid varargs in fcntl and openat interposers
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.

Reviewed by:	imp, kib, jhibbits
Obtained from:	CheriBSD
Differential Revision:	https://reviews.freebsd.org/D45126
2024-05-08 15:49:13 +01:00
..
arch libthr: move _umtx_op_err() to libsys 2024-02-05 20:34:56 +00:00
sys
tests Add test for pthread_sigqueue(3) 2024-04-23 19:51:31 +03:00
thread libthr: avoid varargs in fcntl and openat interposers 2024-05-08 15:49:13 +01:00
libthr.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
Makefile libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
Makefile.depend dirdeps: Update/fix Makefile.depend* for toolchain 2023-11-26 20:50:13 -05:00
plockstat.d
pthread.map libthr: add pthread_sigqueue(3) 2024-04-23 19:51:22 +03:00