diff options
Diffstat (limited to 'nptl/pthread_create.c')
-rw-r--r-- | nptl/pthread_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index 22024d5..7565826 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -431,7 +431,7 @@ __pthread_create_2_1 (newthread, attr, start_routine, arg) *newthread = (pthread_t) pd; /* Start the thread. */ - err = create_thread (pd, STACK_VARIABLES_ARGS); + err = create_thread (pd, iattr, STACK_VARIABLES_ARGS); if (err != 0) { /* Something went wrong. Free the resources. */ |