fix compilation of ucontext_t-based fibers (#21156)

This commit is contained in:
Denis Feklushkin 2025-04-06 19:08:02 +07:00 committed by GitHub
parent a6b3751b19
commit 21b6202f54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}