mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:32:04 -04:00
isc_mutex_init_errcheck prototype should not be under ISC_MUTEX_PROFILE
This commit is contained in:
parent
9b445f33e2
commit
552e0b852e
1 changed files with 1 additions and 2 deletions
|
|
@ -118,11 +118,10 @@ isc_mutex_unlock_profile(isc_mutex_t *mp, const char *_file, int _line);
|
|||
|
||||
void
|
||||
isc_mutex_statsprofile(FILE *fp);
|
||||
#endif /* ISC_MUTEX_PROFILE */
|
||||
|
||||
void
|
||||
isc_mutex_init_errcheck(isc_mutex_t *mp);
|
||||
|
||||
#endif /* ISC_MUTEX_PROFILE */
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
#endif /* ISC_MUTEX_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue