diff options
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/manager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linuxthreads/manager.c b/linuxthreads/manager.c index 76ef6cf9fb..1139e2eca7 100644 --- a/linuxthreads/manager.c +++ b/linuxthreads/manager.c @@ -462,7 +462,6 @@ static int pthread_handle_create(pthread_t *thread, const pthread_attr_t *attr, new_thread->p_canceltype = PTHREAD_CANCEL_DEFERRED; new_thread->p_errnop = &new_thread->p_errno; new_thread->p_h_errnop = &new_thread->p_h_errno; - new_thread->p_res._sock = -1; new_thread->p_resp = &new_thread->p_res; new_thread->p_guardaddr = guardaddr; new_thread->p_guardsize = guardsize; |