mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
Implement raise() with getcontext() / setcontext()
This commit is contained in:
parent
dd83db9567
commit
736fdb757a
12 changed files with 73 additions and 97 deletions
|
@ -23,11 +23,6 @@
|
|||
*/
|
||||
int __threaded;
|
||||
|
||||
/**
|
||||
* Set to true if sigaction() has installed signal handlers.
|
||||
*/
|
||||
bool __interruptible;
|
||||
|
||||
#ifdef __x86_64__
|
||||
bool __tls_enabled;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue