/[hurd]/hurd/libpthread/pthread/pt-create.c
ViewVC logotype

Diff of /hurd/libpthread/pthread/pt-create.c

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

revision 1.3 by neal, Mon May 2 22:00:34 2005 UTC revision 1.4 by neal, Wed May 4 16:04:06 2005 UTC
# Line 192  __pthread_create_internal (struct __pthr Line 192  __pthread_create_internal (struct __pthr
192   failed_sigstate:   failed_sigstate:
193    __pthread_sigstate_destroy (pthread);    __pthread_sigstate_destroy (pthread);
194   failed_setup:   failed_setup:
195    __pthread_thread_halt (pthread);    __pthread_thread_dealloc (pthread);
196      __pthread_thread_halt (pthread, 0);
197   failed_thread_alloc:   failed_thread_alloc:
198    __pthread_stack_dealloc (pthread->stackaddr, pthread->stacksize);    __pthread_stack_dealloc (pthread->stackaddr, pthread->stacksize);
199    pthread->stack = 0;    pthread->stack = 0;

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