Get rid of THREAD_JOIN_IMPLEMENTED by adding thread_join() stub.
[pintos-anon] / src / userprog / exception.h
1 #ifndef USERPROG_EXCEPTION_H
2 #define USERPROG_EXCEPTION_H
3
4 void exception_init (void);
5 void exception_print_stats (void);
6
7 #endif /* userprog/exception.h */