From cc775edf2d0c033dec6248454bdd5e1973f903dc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 4 Mar 2003 08:56:12 +0000 Subject: Update. * sysdeps/generic/dl-sysdep.h: Add double include protection. --- nptl/pthread_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/pthread_create.c') diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index 6ed5200..1d34278 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -225,7 +225,7 @@ start_thread (void *arg) if (setjmp (pd->cancelbuf) == 0) { /* Run the code the user provided. */ - pd->result = pd->start_routine (pd->arg); + THREAD_SETMEM (pd, result, pd->start_routine (pd->arg)); } /* The thread is exiting now. */ -- cgit v1.1