X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe304706848f0a64477d4687b3ea97d5b9a0c35c..872cf95ab5a2b08aa1f2c6ebba29b9f86b0ba54e:/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