bug fixes
[c11tester.git] / threads-model.h
index 61e3569bbdfe8a9f09efb8e354eacc119257d8ab..02f20b030778420d46a247e7a3980f34bf20396b 100644 (file)
@@ -161,6 +161,7 @@ private:
 };
 
 Thread * thread_current();
+void thread_startup();
 
 static inline thread_id_t thrd_to_id(thrd_t t)
 {