Remove unused prototype.
Missed part of r367918. Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
74a093eb98
commit
5a2a4551f5
@ -274,8 +274,6 @@ static void umtx_pi_free(struct umtx_pi *pi);
|
||||
static int do_unlock_pp(struct thread *td, struct umutex *m, uint32_t flags,
|
||||
bool rb);
|
||||
static void umtx_thread_cleanup(struct thread *td);
|
||||
static void umtx_exec_hook(void *arg __unused, struct proc *p __unused,
|
||||
struct image_params *imgp __unused);
|
||||
SYSINIT(umtx, SI_SUB_EVENTHANDLER+1, SI_ORDER_MIDDLE, umtxq_sysinit, NULL);
|
||||
|
||||
#define umtxq_signal(key, nwake) umtxq_signal_queue((key), (nwake), UMTX_SHARED_QUEUE)
|
||||
|
Loading…
Reference in New Issue
Block a user