]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
Removing a redundant line
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 17 Nov 2008 20:08:59 +0000 (20:08 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 17 Nov 2008 20:08:59 +0000 (20:08 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1401 35b4ef3e-fd22-0410-ab77-dab3279adceb

src_marte_os/fosa_threads_and_signals.c

index 2a999e0fd12f7f360772b9e47f7b1ae90a4a5f4e..afad605632c71d02a801ff6522b60fd77db810f3 100644 (file)
@@ -180,8 +180,6 @@ int fosa_thread_attr_init(fosa_thread_attr_t *attr)
   if (ret_value==0) {
     // set the default values
 
-    // detachstate = detached thread (no join operation allowed)
-    CHK(pthread_attr_setdetachstate(attr,PTHREAD_CREATE_DETACHED));
 
     // inheritsched = explicit, so that we can explicitly set the attributes
     CHK(pthread_attr_setinheritsched(attr,PTHREAD_EXPLICIT_SCHED));