pth_exit2.c revision e739ac0589b4fb43561f801c4faba8c1b89f8680
1#include <pthread.h>
2
3int main()
4{
5	pthread_exit(0);
6}
7