summaryrefslogtreecommitdiff
path: root/create.c
diff options
context:
space:
mode:
Diffstat (limited to 'create.c')
-rw-r--r--create.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/create.c b/create.c
index b4a6c99..498f649 100644
--- a/create.c
+++ b/create.c
@@ -64,6 +64,9 @@ pthread_create(pthread_t *thread,
}
attr_copy->cancelability = attr->cancelability;
+ attr_copy->canceltype = attr->canceltype;
+ attr_copy->detached = attr->detached;
+ attr_copy->priority = attr->priority;
}
/* Start running, not suspended. */