this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix pthread_self() usage in libsystem

+1
+1
libsystem/init.c
··· 74 74 void _mig_set_reply_port(mach_port_t); 75 75 76 76 void cthread_set_errno_self(int); 77 + void* pthread_self(void); 77 78 78 79 static void _pthread_exit_if_canceled(int err) { if (pthread_self()) _pthread_testcancel(pthread_self(), 1); } 79 80