Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 01/22/2003 15:52:03
Module Name: src
Committed By: scw
Date: Wed Jan 22 13:52:03 UTC 2003
Modified Files:
src/lib/libpthread: pthread_lock.c
Log Message:
pthread__lock_ras_start and pthread__lock_ras_end need to be declared
as function pointers, not character arrays, for the benefit of
platforms (e.g. SH5) where the two types are quite distinct.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/pthread_lock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.