mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
fix compilation of ucontext_t-based fibers (#21156)
This commit is contained in:
parent
a6b3751b19
commit
21b6202f54
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ protected:
|
|||
// of the executing thread.
|
||||
static ucontext_t sm_utxt = void;
|
||||
ucontext_t m_utxt = void;
|
||||
ucontext_t* m_ucur = null;
|
||||
package ucontext_t* m_ucur = null;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue