freebsd-src/lib/libthr/thread
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
..
Makefile.inc Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
thr_affinity.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_attr.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_autoinit.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_barrier.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_barrierattr.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_cancel.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_clean.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_concurrency.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_cond.c libthr: restore _pthread_cond_timedwait 2024-03-12 21:03:14 +00:00
thr_condattr.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_create.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_ctrdtr.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
thr_detach.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_equal.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_event.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_exit.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_fork.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_getcpuclockid.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_getprio.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_getschedparam.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_getthreadid_np.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_info.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_init.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_join.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_kern.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
thr_kill.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_list.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
thr_main_np.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_malloc.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
thr_multi_np.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_mutex.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_mutexattr.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_once.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_printf.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_private.h libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_pshared.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
thr_pspinlock.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_resume_np.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_rtld.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_rwlock.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_rwlockattr.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_self.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_sem.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_setprio.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_setschedparam.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_sig.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_single_np.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_sleepq.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_spec.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_spinlock.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
thr_stack.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
thr_suspend_np.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_switch_np.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_symbols.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
thr_syscalls.c syscalls.master: make __sys_fcntl take an intptr_t 2024-03-19 23:13:26 +00:00
thr_umtx.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00
thr_umtx.h libthr: move _umtx_op_err() to libsys 2024-02-05 20:34:56 +00:00
thr_yield.c libthr: remove explicit sys/cdefs.h includes 2024-03-06 09:25:13 +02:00