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

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 6 Nov 2010 21:39:48 +0100 (CET)

Author: mmu_man
Date: 2010-11-06 21:39:48 +0100 (Sat, 06 Nov 2010)
New Revision: 39328
Changeset: http://dev.haiku-os.org/changeset/39328

Modified:
   haiku/trunk/src/system/libroot/os/thread.c
Log:
Fix warning.


Modified: haiku/trunk/src/system/libroot/os/thread.c
===================================================================
--- haiku/trunk/src/system/libroot/os/thread.c  2010-11-06 18:09:23 UTC (rev 
39327)
+++ haiku/trunk/src/system/libroot/os/thread.c  2010-11-06 20:39:48 UTC (rev 
39328)
@@ -28,6 +28,7 @@
 
 
 void _thread_do_exit_work(void);
+void _thread_do_exit_notification(void);
 
 
 static status_t


Other related posts:

  • » [haiku-commits] r39328 - haiku/trunk/src/system/libroot/os - revol