X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d5cbd0a045f9b4c686d265723f542dd92f47593b..e7f87282045aad5c82fee922140dc5c60320b87b:/src/kernel/context/ContextUnix.hpp diff --git a/src/kernel/context/ContextUnix.hpp b/src/kernel/context/ContextUnix.hpp index 256fcc0c0e..91badf2d55 100644 --- a/src/kernel/context/ContextUnix.hpp +++ b/src/kernel/context/ContextUnix.hpp @@ -41,7 +41,7 @@ private: ucontext_t uc_; /* the ucontext that executes the code */ static void wrapper(int, int); - static void makecontext(ucontext_t* ucp, void (*func)(int, int), UContext* arg); + static void make_ctx(ucontext_t* ucp, void (*func)(int, int), UContext* arg); }; class SerialUContext : public UContext {