* threads.c (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock, krb5int_mutex_unlock): New functions. (krb5int_mutex_lock_update_stats, krb5int_mutex_unlock_update_stats, krb5int_mutex_report_stats): Always define, even if not doing anything. * libkrb5support.exports: Export the new functions. Commit By: raeburn Revision: 17607 Changed Files: U trunk/src/util/support/ChangeLog U trunk/src/util/support/libkrb5support.exports U trunk/src/util/support/threads.c