diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-01-25 06:21:47 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-01-25 06:21:47 +0000 |
| commit | 58e2e98200ca8d8f9a9cff9758e11fd860c0046c (patch) | |
| tree | 8be5dc11e66167694d99ba1fdad86d0561d588ab /src/util/support/ChangeLog | |
| parent | fee0fe0e00f4afa98de8779dfe66043456610f82 (diff) | |
* 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.
ticket: 3417
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17607 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support/ChangeLog')
| -rw-r--r-- | src/util/support/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/support/ChangeLog b/src/util/support/ChangeLog index 8aa8414c3..d40ec99cd 100644 --- a/src/util/support/ChangeLog +++ b/src/util/support/ChangeLog @@ -1,3 +1,12 @@ +2006-01-25 Ken Raeburn <raeburn@mit.edu> + + * 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. + 2005-09-09 Ken Raeburn <raeburn@mit.edu> * fake_addrinfo.c (getaddrinfo): Conditionalize last change on |
