/[hurd]/hurd/libpthread/sysdeps/generic/pt-rwlock-timedrdlock.c
ViewVC logotype

Diff of /hurd/libpthread/sysdeps/generic/pt-rwlock-timedrdlock.c

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

revision 1.1 by neal, Thu Oct 10 23:05:06 2002 UTC revision 1.2 by neal, Mon Nov 18 22:20:58 2002 UTC
# Line 86  __pthread_rwlock_timedrdlock_internal (s Line 86  __pthread_rwlock_timedrdlock_internal (s
86             disconnect ourself?  It may remain until the next time we             disconnect ourself?  It may remain until the next time we
87             block.  */             block.  */
88          {          {
89            assert (err = ETIMEDOUT);            assert (err == ETIMEDOUT);
90    
91            __pthread_spin_lock (&rwlock->__lock);            __pthread_spin_lock (&rwlock->__lock);
92            if (self->prevp)            if (self->prevp)

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