mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 22:39:58 -04:00
stubbed out ISLOCKED()
This commit is contained in:
parent
f6094e763b
commit
708c4ac042
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: util.h,v 1.16 2000/08/17 09:25:38 marka Exp $ */
|
||||
/* $Id: util.h,v 1.17 2000/08/17 18:33:41 gson Exp $ */
|
||||
|
||||
#ifndef ISC_UTIL_H
|
||||
#define ISC_UTIL_H 1
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
ISC_UTIL_TRACE(fprintf(stderr, "UNLOCKED %p %s %d\n", \
|
||||
(lp), __FILE__, __LINE__)); \
|
||||
} while (0)
|
||||
#define ISLOCKED(lp) (isc_mutex_lock((lp)) != ISC_R_SUCCESS)
|
||||
#define ISLOCKED(lp) (1)
|
||||
|
||||
#define BROADCAST(cvp) do { \
|
||||
ISC_UTIL_TRACE(fprintf(stderr, "BROADCAST %p %s %d\n", \
|
||||
|
|
|
|||
Loading…
Reference in a new issue