/[hurd]/hurd/libpthread/sysdeps/mach/hurd/i386/pt-setup.c
ViewVC logotype

Diff of /hurd/libpthread/sysdeps/mach/hurd/i386/pt-setup.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by neal, Mon Nov 25 21:07:34 2002 UTC revision 1.4 by neal, Thu May 12 20:55:37 2005 UTC
# Line 1  Line 1 
1  /* Setup thread stack.  Hurd/i386 version.  /* Setup thread stack.  Hurd/i386 version.
2     Copyright (C) 2000, 2002 Free Software Foundation, Inc.     Copyright (C) 2000, 2002, 2005 Free Software Foundation, Inc.
3     This file is part of the GNU C Library.     This file is part of the GNU C Library.
4    
5     The GNU C Library is free software; you can redistribute it and/or     The GNU C Library is free software; you can redistribute it and/or
# Line 58  stack_setup (struct __pthread *thread, Line 58  stack_setup (struct __pthread *thread,
58    top -= __hurd_threadvar_max;    top -= __hurd_threadvar_max;
59    
60    /* Save the self pointer.  */    /* Save the self pointer.  */
61    top[_HURD_THREADVAR_THREAD] = thread;    top[_HURD_THREADVAR_THREAD] = (void *) thread;
62    
63    if (start_routine)    if (start_routine)
64      {      {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26