blob: e1b9e7ee0e473d57790ad9607fe382c3c6a0937e [file] [log] [blame]
thughes2224f5c2004-08-14 15:37:59 +00001#include <pthread.h>
2
3int main()
4{
5 pthread_exit(0);
6}