/[hurd]/hurd/libpthread/include/pthread/pthread.h
ViewVC logotype

Diff of /hurd/libpthread/include/pthread/pthread.h

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

revision 1.4 by neal, Wed Apr 20 15:26:52 2005 UTC revision 1.5 by neal, Thu May 12 20:55:38 2005 UTC
# Line 1  Line 1 
1  /* Copyright (C) 2000,02 Free Software Foundation, Inc.  /* Copyright (C) 2000, 2002, 2005 Free Software Foundation, Inc.
2     This file is part of the GNU C Library.     This file is part of the GNU C Library.
3    
4     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 185  extern int pthread_create (pthread_t *__ Line 185  extern int pthread_create (pthread_t *__
185    
186  /* Terminate the current thread and make STATUS available to any  /* Terminate the current thread and make STATUS available to any
187     thread that might join us.  */     thread that might join us.  */
188  extern void pthread_exit (void *__status);  extern void pthread_exit (void *__status) __attribute__ ((noreturn));
189    
190  /* Make calling thread wait for termination of thread THREAD.  Return  /* Make calling thread wait for termination of thread THREAD.  Return
191     the exit status of the thread in *STATUS.  */     the exit status of the thread in *STATUS.  */

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

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