Index: /trunk/include/iprt/thread.h
===================================================================
--- /trunk/include/iprt/thread.h	(revision 242)
+++ /trunk/include/iprt/thread.h	(revision 243)
@@ -353,4 +353,12 @@
  */
 RTR3DECL(int) RTThreadSetAffinity(uint64_t u64Mask);
+
+/**
+ * Exits the current thread
+ * @note does not return
+ *
+ */
+RTR3DECL(void) RTThreadExit(void);
+
 #endif /* IN_RING3 */
 
