HomeFreeBSD

MFC 355600: Add a callout_func_t typedef for functions used with callout_*().

Description

MFC 355600: Add a callout_func_t typedef for functions used with callout_*().

This typedef is the same as timeout_t except that it is in the callout
namespace and header.

Use this typedef in various places of the callout implementation that
were either using the raw type or timeout_t.

While here, add <sys/callout.h> to the manpage.

Details

Provenance
jhbAuthored on
Parents
rS360632: MFC r340701: Add NT_FREEBSD_FEATURE_CTL ELF note to csu
Branches
Unknown
Tags
Unknown