From: mquinson Date: Tue, 10 Jul 2007 20:44:15 +0000 (+0000) Subject: yeah, right X-Git-Tag: v3.3~1639 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/173ca62b9e1e15103cedace333b7acbf3d68197e yeah, right git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3721 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/xbt_os_thread_stubs.c b/src/xbt/xbt_os_thread_stubs.c index 7a041bdb78..a3b684d73a 100644 --- a/src/xbt/xbt_os_thread_stubs.c +++ b/src/xbt/xbt_os_thread_stubs.c @@ -45,7 +45,7 @@ xbt_os_thread_t xbt_os_thread_self(void){ xbt_die("No pthread in SG when compiled against the ucontext (xbt_os_thread_self)"); } -void xbt_os_thread_os_yield(void){ +void xbt_os_thread_yield(void){ xbt_backtrace_display(); xbt_die("No pthread in SG when compiled against the ucontext (xbt_os_thread_yield)"); }