X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/26d8df6e5e8150a6ab91694a90260e8a1cbeddec..9707c78bfa2c1c693947524ea2b3dfe32f0288c8:/src/xbt/xbt_os_thread_stubs.c diff --git a/src/xbt/xbt_os_thread_stubs.c b/src/xbt/xbt_os_thread_stubs.c index ca6ca8e513..745e63074b 100644 --- a/src/xbt/xbt_os_thread_stubs.c +++ b/src/xbt/xbt_os_thread_stubs.c @@ -30,7 +30,7 @@ void xbt_os_thread_mod_exit(void) {} /* Main functions */ -xbt_os_thread_t xbt_os_thread_create(pvoid_f_pvoid_t start_routine,void* param) { +xbt_os_thread_t xbt_os_thread_create(const char*name,pvoid_f_pvoid_t start_routine,void* param) { xbt_backtrace_display_current(); xbt_die("No pthread in SG when compiled against the ucontext (xbt_os_thread_create)"); }