summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_create.c
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2002-03-19 22:58:56 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2002-03-19 22:58:56 +0000
commit3003bdb5983ac249a54696112d841e1d6ed28d00 (patch)
tree64a520af93e4e04f24e730bf2a51ce6ccb8ad724 /lib/libpthread/thread/thr_create.c
parent63e99e978a98a91ba69f78077c8d158fbc0d55c7 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_create.c')
-rw-r--r--lib/libpthread/thread/thr_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_create.c b/lib/libpthread/thread/thr_create.c
index 70227eacda93..f84678992f83 100644
--- a/lib/libpthread/thread/thr_create.c
+++ b/lib/libpthread/thread/thr_create.c
@@ -179,7 +179,7 @@ _pthread_create(pthread_t * thread, const pthread_attr_t * attr,
TAILQ_INIT(&new_thread->mutexq);
/* Initialise hooks in the thread structure: */
- new_thread->specific_data = NULL;
+ new_thread->specific = NULL;
new_thread->cleanup = NULL;
new_thread->flags = 0;
new_thread->poll_data.nfds = 0;