[BACK]Return to pthread_cond.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libpthread

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libpthread/pthread_cond.c between version 1.56 and 1.56.6.1

version 1.56, 2010/11/02 20:49:47 version 1.56.6.1, 2012/10/30 18:59:15
Line 103  pthread_cond_destroy(pthread_cond_t *con
Line 103  pthread_cond_destroy(pthread_cond_t *con
         return 0;          return 0;
 }  }
   
 inline int  int
 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,  pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
                        const struct timespec *abstime)                         const struct timespec *abstime)
 {  {

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.56.6.1

CVSweb <webmaster@jp.NetBSD.org>