bsp2.c
1  
2  
3  int pthread_setcancelstate(int __state, int *__oldstate)
4  {
5      return 0;
6  }
7