X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/92ba078919550eaefcf69489ee3a28e42381c786..c7a360362fdc57ea675fae44e4c0774a23390c16:/src/kernel/context/ContextUnix.hpp diff --git a/src/kernel/context/ContextUnix.hpp b/src/kernel/context/ContextUnix.hpp index 6ad0412b7f..8bc8ce6f41 100644 --- a/src/kernel/context/ContextUnix.hpp +++ b/src/kernel/context/ContextUnix.hpp @@ -41,7 +41,7 @@ private: void* stack_ = nullptr; /* the thread stack */ ucontext_t uc_; /* the ucontext that executes the code */ - static void wrapper(int, int); + static void smx_ctx_sysv_wrapper(int, int); static void make_ctx(ucontext_t* ucp, void (*func)(int, int), UContext* arg); };