[haiku-commits] r35145 - haiku/trunk/src/system/libroot/os

  • From: pulkomandy@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 18 Jan 2010 22:52:30 +0100 (CET)

Author: pulkomandy
Date: 2010-01-18 22:52:30 +0100 (Mon, 18 Jan 2010)
New Revision: 35145
Changeset: http://dev.haiku-os.org/changeset/35145/haiku

Modified:
   haiku/trunk/src/system/libroot/os/thread.c
Log:
DeadYak over IRC:
-Fix gcc4 build


Modified: haiku/trunk/src/system/libroot/os/thread.c
===================================================================
--- haiku/trunk/src/system/libroot/os/thread.c  2010-01-18 20:41:22 UTC (rev 
35144)
+++ haiku/trunk/src/system/libroot/os/thread.c  2010-01-18 21:52:30 UTC (rev 
35145)
@@ -142,7 +142,7 @@
 void
 exit_thread(status_t status)
 {
-       _thread_do_exit_notification();
+       _thread_do_exit_work();
        _kern_exit_thread(status);
 }
 


Other related posts:

  • » [haiku-commits] r35145 - haiku/trunk/src/system/libroot/os - pulkomandy