Moved the last two functions out of linux/core_os.c, and removed it.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3900 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/pub_core_syscalls.h b/coregrind/pub_core_syscalls.h
index 1f775aa..3bfa489 100644
--- a/coregrind/pub_core_syscalls.h
+++ b/coregrind/pub_core_syscalls.h
@@ -62,6 +62,9 @@
                Bool     restart
             );
 
+// Wait until all other threads are dead
+extern void VG_(reap_threads)(ThreadId self);
+
 // Release resources held by this thread
 extern void VGP_(cleanup_thread) ( ThreadArchState* );