[EMAIL PROTECTED] wrote:
What's wrong with segfaulting? Better to segfault and know unambiguously that the function is broken than forget to check a return code and think the function is fine? My .02. You're call.wrowe 2003/08/06 16:54:31
Modified: locks/unix proc_mutex.c
Log:
Introduce the proc_mutex_no_tryacquire stub, returning APR_ENOTIMPL,
for all unimplemented trylock vectors. Prevents us from simply
segfaulting when a given proc_mutex style does not support trylock.
Bill