HomeFreeBSD

Convert pointers obtained from the threadattr_t structure with TO_PTR().

Description

Convert pointers obtained from the threadattr_t structure with TO_PTR().

In all of these source files, the userspace pointer size corresponds
with the kernelspace pointer size, meaning that casting directly works.
As I'm planning on making 32-bit execution on 64-bit systems work as
well, use TO_PTR() here as well, so that the changes between source
files remain minimal.

Details

Provenance
edAuthored on
Parents
rS304741: Skip ls tests that use sparse files if these are not supported.
Branches
Unknown
Tags
Unknown