change log for rtems (2011-07-27)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed Jul 27 18:10:44 UTC 2011


 *joel*:
2011-07-27	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* posix/src/pthread.c, posix/src/pthreadjoin.c: Revert accidental
	commit.

M 1.2891  cpukit/ChangeLog
M   1.84  cpukit/posix/src/pthread.c
M   1.11  cpukit/posix/src/pthreadjoin.c

diff -u rtems/cpukit/ChangeLog:1.2890 rtems/cpukit/ChangeLog:1.2891
--- rtems/cpukit/ChangeLog:1.2890	Wed Jul 27 08:27:47 2011
+++ rtems/cpukit/ChangeLog	Wed Jul 27 12:17:49 2011
@@ -1,3 +1,8 @@
+2011-07-27	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* posix/src/pthread.c, posix/src/pthreadjoin.c: Revert accidental
+	commit.
+
 2011-07-27	Petr Benes <benesp16 at fel.cvut.cz>
 
 	PR 1856/cpukit

diff -u rtems/cpukit/posix/src/pthread.c:1.83 rtems/cpukit/posix/src/pthread.c:1.84
--- rtems/cpukit/posix/src/pthread.c:1.83	Wed Jul 27 08:27:48 2011
+++ rtems/cpukit/posix/src/pthread.c	Wed Jul 27 12:17:49 2011
@@ -217,7 +217,7 @@
   _Thread_queue_Initialize(
     &api->Join_List,
     THREAD_QUEUE_DISCIPLINE_FIFO,
-    STATES_WAITING_FOR_JOIN_AT_EXIT | STATES_INTERRUPTIBLE_BY_SIGNAL,
+    STATES_WAITING_FOR_JOIN_AT_EXIT,
     0
   );
 

diff -u rtems/cpukit/posix/src/pthreadjoin.c:1.10 rtems/cpukit/posix/src/pthreadjoin.c:1.11
--- rtems/cpukit/posix/src/pthreadjoin.c:1.10	Wed Jul 27 08:27:48 2011
+++ rtems/cpukit/posix/src/pthreadjoin.c	Wed Jul 27 12:17:49 2011
@@ -32,7 +32,6 @@
   Objects_Locations        location;
   void                    *return_pointer;
 
-on_EINTR:
   the_thread = _Thread_Get( thread, &location );
   switch ( location ) {
 
@@ -61,11 +60,6 @@
 
       _Thread_Enable_dispatch();
 
-/*
-      if ( _Thread_Executing->Wait.return_code == EINTR )
-        goto on_EINTR;
-*/
-
       if ( value_ptr )
         *value_ptr = return_pointer;
       return 0;



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110727/539d8bc4/attachment.html>


More information about the vc mailing list