From 173ca62b9e1e15103cedace333b7acbf3d68197e Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 10 Jul 2007 20:44:15 +0000 Subject: [PATCH] yeah, right git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3721 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/xbt_os_thread_stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"); } -- 2.20.1