~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to nptl/pthread_rwlock_timedwrlock.c

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
 
1
/* Copyright (C) 2003,2004,2007,2011 Free Software Foundation, Inc.
2
2
   This file is part of the GNU C Library.
3
3
   Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
4
4
 
32
32
{
33
33
  int result = 0;
34
34
 
35
 
  /* Make sure we are along.  */
 
35
  /* Make sure we are alone.  */
36
36
  lll_lock (rwlock->__data.__lock, rwlock->__data.__shared);
37
37
 
38
38
  while (1)