summaryrefslogtreecommitdiff
path: root/linuxthreads/pthread.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-10 07:58:50 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-10 07:58:50 +0000
commit41b37cb5175ea6ac2b74c620f9dfe733f579e3f0 (patch)
tree330d4596729f5e9d7d67b86fc1fbf2f67aab5323 /linuxthreads/pthread.c
parentee5d48553adde607b88bcbb1ac533d88f6a0207a (diff)
Update.
* manager.c (pthread_handle_free): Likewise.
Diffstat (limited to 'linuxthreads/pthread.c')
-rw-r--r--linuxthreads/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c
index 38bf197a62..1e650f4e46 100644
--- a/linuxthreads/pthread.c
+++ b/linuxthreads/pthread.c
@@ -513,7 +513,7 @@ int __pthread_create_2_1(pthread_t *thread, const pthread_attr_t *attr,
&request.req_args.create.mask);
__libc_write(__pthread_manager_request, (char *) &request, sizeof(request));
suspend(self);
- retval = THREAD_GETMEM(self, p_retcode;
+ retval = THREAD_GETMEM(self, p_retcode);
if (retval == 0)
*thread = (pthread_t) THREAD_GETMEM(self, p_retval);
return retval;