NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/38030 CVS commit: src/lib/libpthread



The following reply was made to PR lib/38030; it has been noted by GNATS.

From: Andrew Doran <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38030 CVS commit: src/lib/libpthread
Date: Thu, 14 Feb 2008 21:40:51 +0000 (UTC)

 Module Name:   src
 Committed By:  ad
 Date:          Thu Feb 14 21:40:51 UTC 2008
 
 Modified Files:
        src/lib/libpthread: pthread_cond.c pthread_int.h pthread_mutex.c
            pthread_types.h
 
 Log Message:
 Adjust mutex/rwlock definitions to match reality now that there is only
 one implementation of each. PR lib/38030.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.40 -r1.41 src/lib/libpthread/pthread_cond.c
 cvs rdiff -r1.66 -r1.67 src/lib/libpthread/pthread_int.h
 cvs rdiff -r1.44 -r1.45 src/lib/libpthread/pthread_mutex.c
 cvs rdiff -r1.8 -r1.9 src/lib/libpthread/pthread_types.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index