Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/common/lib/libprop
Module Name: src
Committed By: tron
Date: Wed May 7 10:01:50 UTC 2008
Modified Files:
src/common/lib/libprop: prop_array.c prop_dictionary.c
prop_object_impl.h
Log Message:
Replace _prop_rwlock_tryrdlock() by a macro _PROP_RWLOCK_TRYRDLOCK().
This avoids build failures in stand alone binaries (e.g. bootloaders)
where there is no "pa_rwlock" member in the "_prop_array" structure.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/common/lib/libprop/prop_array.c
cvs rdiff -r1.26 -r1.27 src/common/lib/libprop/prop_dictionary.c
cvs rdiff -r1.23 -r1.24 src/common/lib/libprop/prop_object_impl.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