From 35c16bd3fecd7ee8baae8ab83124e36af9a2731d Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 18 Jan 2010 21:52:30 +0000 Subject: [PATCH] DeadYak over IRC: -Fix gcc4 build git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35145 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/os/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/libroot/os/thread.c b/src/system/libroot/os/thread.c index f3b33fcfce..e1130f6499 100644 --- a/src/system/libroot/os/thread.c +++ b/src/system/libroot/os/thread.c @@ -142,7 +142,7 @@ set_thread_priority(thread_id thread, int32 priority) void exit_thread(status_t status) { - _thread_do_exit_notification(); + _thread_do_exit_work(); _kern_exit_thread(status); }