__set_thread_area.c 74 B

123456
  1. #include "pthread_impl.h"
  2. int __set_thread_area(void *p)
  3. {
  4. return -1;
  5. }