CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/07/27 23:08:35
Modified files:
sys/sys : systm.h
sys/kern : kern_synch.c
Log message:
add void cond_signal_handler(void *), for use with tasks, timeouts, etc.
based on a discussion with tb@ about function pointers and casts.
ok tb@
