posix: Add comment

This commit is contained in:
Sebastian Huber
2013-07-05 16:01:04 +02:00
parent 818edbd067
commit 6009da1d2b
+1
View File
@@ -37,6 +37,7 @@ void _POSIX_Thread_Evaluate_cancellation_and_enable_dispatch(
thread_support->cancelation_requested ) {
/* FIXME: This path is broken on SMP */
_Thread_Unnest_dispatch();
/* FIXME: Cancelability state may change here */
_POSIX_Thread_Exit( the_thread, PTHREAD_CANCELED );
} else
_Objects_Put( &the_thread->Object );