/[hurd]/hurd/libpthread/sysdeps/generic/bits/pthread.h
ViewVC logotype

Diff of /hurd/libpthread/sysdeps/generic/bits/pthread.h

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

revision 1.1 by neal, Thu Oct 10 23:05:05 2002 UTC revision 1.2 by neal, Tue Jan 18 09:57:35 2005 UTC
# Line 24  typedef int pthread_t; Line 24  typedef int pthread_t;
24    
25  /* Return true if __T1 and __T2 both name the same thread.  Otherwise,  /* Return true if __T1 and __T2 both name the same thread.  Otherwise,
26     false.  */     false.  */
27  extern inline int  extern __inline int
28  pthread_equal (pthread_t __t1, pthread_t __t2)  pthread_equal (pthread_t __t1, pthread_t __t2)
29  {  {
30    return __t1 == __t2;    return __t1 == __t2;

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

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