HomeFreeBSD

Add missing const keyword to function parameter.

Description

Add missing const keyword to function parameter.

The umtx_key_get() function does not dereference the address off the
userspace object. The pointer can safely be const.

Details

Provenance
edAuthored on
Parents
rS286256: kgdb uses td_oncpu to determine if a thread is running and should use
Branches
Unknown
Tags
Unknown