pthread_testcancel.c 100 B

12345678
  1. #include "pthread_impl.h"
  2. void __testcancel(void);
  3. void pthread_testcancel()
  4. {
  5. __testcancel();
  6. }