2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

#define isc_mutex_stats to nothing

This commit is contained in:
Brian Wellington
2000-12-29 19:55:37 +00:00
parent dacf0cc454
commit 0c710d7162

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: mutex.h,v 1.1 2000/08/28 23:16:50 bwelling Exp $ */
/* $Id: mutex.h,v 1.2 2000/12/29 19:55:37 bwelling Exp $ */
#ifndef ISC_MUTEX_H
#define ISC_MUTEX_H 1
@@ -34,5 +34,6 @@ typedef int isc_mutex_t;
(*(mp) == 0 ? ((*(mp))++, ISC_R_SUCCESS) : ISC_R_LOCKBUSY)
#define isc_mutex_destroy(mp) \
(*(mp) == 0 ? (*(mp) = -1, ISC_R_SUCCESS) : ISC_R_UNEXPECTED)
#define isc_mutex_stats(fp)
#endif /* ISC_MUTEX_H */