HomeFreeBSD

tests/sys/fs/fusefs/read.cc: fix build on powerpc64

Description

tests/sys/fs/fusefs/read.cc: fix build on powerpc64

There sig_atomic_t is shorter than void *.
As result, it cannot keep pointer.

Assigning to void * is actually safe for us in a signal handler.

(cherry picked from commit 3fcbde5e883a253f631082b128dcdf77c840d4c0)

Details

Provenance
kibAuthored on Sep 22 2021, 10:47 PM
kevansCommitted on Oct 8 2021, 5:15 AM
Parents
rGa010f7b2adbc: Reverted: Split out the loader efifb setup to a new function
Branches
Unknown
Tags
Unknown