Changeset fec60e9 in rtems


Ignore:
Timestamp:
03/10/97 16:56:08 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d627c0c4
Parents:
1149658
Message:

Fixed bug where the initial detachstate was not being set properly

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/posix/src/pthread.c

    r1149658 rfec60e9  
    999999
    10001000  api->Attributes  = *the_attr;
    1001   api->detachstate = attr->detachstate;
     1001  api->detachstate = the_attr->detachstate;
    10021002  api->schedpolicy = schedpolicy;
    10031003  api->schedparam  = schedparam;
  • cpukit/posix/src/pthread.c

    r1149658 rfec60e9  
    999999
    10001000  api->Attributes  = *the_attr;
    1001   api->detachstate = attr->detachstate;
     1001  api->detachstate = the_attr->detachstate;
    10021002  api->schedpolicy = schedpolicy;
    10031003  api->schedparam  = schedparam;
Note: See TracChangeset for help on using the changeset viewer.