Move problem 1-2 (join) into project 2 as the "wait" system call.
[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 */