Subject: CVS commit: [nathanw_sa] src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/09/2003 21:27:53
Module Name:	src
Committed By:	thorpej
Date:		Thu Jan  9 19:27:52 UTC 2003

Modified Files:
	src/lib/libpthread [nathanw_sa]: pthread.c pthread_cond.c
	    pthread_mutex.c pthread_rwlock.c pthread_sig.c pthread_specific.c

Log Message:
Remove trailing semicolon from __strong_alias().


To generate a diff of this commit:
cvs rdiff -r1.1.2.42 -r1.1.2.43 src/lib/libpthread/pthread.c
cvs rdiff -r1.1.2.16 -r1.1.2.17 src/lib/libpthread/pthread_cond.c
cvs rdiff -r1.1.2.17 -r1.1.2.18 src/lib/libpthread/pthread_mutex.c
cvs rdiff -r1.1.2.3 -r1.1.2.4 src/lib/libpthread/pthread_rwlock.c
cvs rdiff -r1.1.2.25 -r1.1.2.26 src/lib/libpthread/pthread_sig.c
cvs rdiff -r1.1.2.8 -r1.1.2.9 src/lib/libpthread/pthread_specific.c

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