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

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

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

revision 1.2 by marcus, Mon Nov 1 17:04:00 2004 UTC revision 1.3 by marcus, Mon Nov 1 17:28:42 2004 UTC
# Line 33  Line 33 
33  /* The total number of pthreads currently active.  This is defined  /* The total number of pthreads currently active.  This is defined
34     here since it would be really stupid to have a threads-using     here since it would be really stupid to have a threads-using
35     program that doesn't call `pthread_create'.  */     program that doesn't call `pthread_create'.  */
36  uatomic_max_t __pthread_total;  uatomic32_t __pthread_total;
37    
38    
39  /* The entry-point for new threads.  */  /* The entry-point for new threads.  */

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

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