X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b0d5ae29ebd13e69a23991b8adfb67c5c5d79d3..ef1af4e53dff6d26dcfabafed5e78b461866071f:/src/mc/mc_ignore.hpp diff --git a/src/mc/mc_ignore.hpp b/src/mc/mc_ignore.hpp index 1ede97a785..55e725409d 100644 --- a/src/mc/mc_ignore.hpp +++ b/src/mc/mc_ignore.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2022. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -12,7 +12,7 @@ #if HAVE_UCONTEXT_H #include /* context relative declarations */ -XBT_PUBLIC void MC_register_stack_area(void* stack, smx_actor_t process, ucontext_t* context, size_t size); +XBT_PUBLIC void MC_register_stack_area(void* stack, ucontext_t* context, size_t size); #endif