freebsd-src/lib/libthr
Brooks Davis d0efabdf15 syscalls.master: make __sys_fcntl take an intptr_t
The (optional) third argument of fcntl is sometimes a pointer so change
the type to intptr_t.  Update the libc-internal defintion (actually used
by libthr) to take a fixed intptr_t argument rather than pretending it's
a variadic function.  (That worked because all supported architectures
pass variadic arguments as though the function was declared with those
types.  In CheriBSD that changes because variadic arguments are passed
via a bounded array.)

Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D44381
2024-03-19 23:13:26 +00:00
..
arch libthr: move _umtx_op_err() to libsys 2024-02-05 20:34:56 +00:00
sys Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
tests lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
thread syscalls.master: make __sys_fcntl take an intptr_t 2024-03-19 23:13:26 +00: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 Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
pthread.map libthr: filter rather than link with libsys 2024-02-07 19:50:47 +00:00