Get rid of THREAD_JOIN_IMPLEMENTED by adding thread_join() stub.
[pintos-anon] / src / threads / test.h
1 #ifndef THREADS_TEST_H
2 #define THREADS_TEST_H
3
4 void test (void);
5
6 #endif /* threads/test.h */