svn commit: trunk/uClibc/libpthread/linuxthreads

vapier at uclibc.org vapier at uclibc.org
Fri Sep 9 03:05:43 UTC 2005


Author: vapier
Date: 2005-09-08 20:05:37 -0700 (Thu, 08 Sep 2005)
New Revision: 11414

Log:
remove duplicated p_canceled setting and extra whitespace

Modified:
   trunk/uClibc/libpthread/linuxthreads/cancel.c


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads/cancel.c
===================================================================
--- trunk/uClibc/libpthread/linuxthreads/cancel.c	2005-09-09 02:58:06 UTC (rev 11413)
+++ trunk/uClibc/libpthread/linuxthreads/cancel.c	2005-09-09 03:05:37 UTC (rev 11414)
@@ -89,13 +89,12 @@
   }
 
   pextricate = th->p_extricate;
-  th->p_canceled = 1;
   pid = th->p_pid;
 
   /* If the thread has registered an extrication interface, then
      invoke the interface. If it returns 1, then we succeeded in
      dequeuing the thread from whatever waiting object it was enqueued
-     with. In that case, it is our responsibility to wake it up. 
+     with. In that case, it is our responsibility to wake it up.
      And also to set the p_woken_by_cancel flag so the woken thread
      can tell that it was woken by cancellation. */
 




More information about the uClibc-cvs mailing list