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

Diff of /hurd/libpthread/sysdeps/generic/bits/condition.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, Thu May 12 20:55:38 2005 UTC
# Line 1  Line 1 
1  /* Condition type.  Generic version.  /* Condition type.  Generic version.
2     Copyright (C) 2000 Free Software Foundation, Inc.     Copyright (C) 2000, 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 34  struct __pthread_cond Line 34  struct __pthread_cond
34    
35  /* Initializer for a condition variable.  */  /* Initializer for a condition variable.  */
36  #define __PTHREAD_COND_INITIALIZER \  #define __PTHREAD_COND_INITIALIZER \
37    ((struct __pthread_cond) \    { __SPIN_LOCK_INITIALIZER, NULL, NULL, NULL, NULL }
     { __SPIN_LOCK_INITIALIZER, NULL, NULL, NULL, NULL })  
38    
39  #endif /* bits/condition.h */  #endif /* bits/condition.h */

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