summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/pthread.c')
-rw-r--r--c/src/exec/posix/src/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/pthread.c b/c/src/exec/posix/src/pthread.c
index 95213389cb..3721832c43 100644
--- a/c/src/exec/posix/src/pthread.c
+++ b/c/src/exec/posix/src/pthread.c
@@ -265,7 +265,7 @@ void _POSIX_Threads_Initialize_user_threads( void )
status = pthread_create(
&thread_id,
&attr,
- user_threads[ index ].entry,
+ user_threads[ index ].thread_entry,
NULL
);
assert( !status );