thread: Apply alternate signal stack to created threads. (#1724)

This commit is contained in:
squidbus
2024-12-10 03:08:53 -08:00
committed by GitHub
parent f1b23c616e
commit cd9fc5d0e9
2 changed files with 28 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ private:
void* native_handle;
#else
uintptr_t native_handle;
void* sig_stack_ptr;
#endif
u64 tid;
};