From: Mark Andrews Date: Sat, 22 Aug 2020 00:22:47 +0000 (+1000) Subject: isc_mutex_init_errcheck prototype should not be under ISC_MUTEX_PROFILE X-Git-Tag: v9.17.6~69^2~5 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=552e0b852e3eb7b860e530fa59ee87f6c3e033e5;p=thirdparty%2Fbind9.git isc_mutex_init_errcheck prototype should not be under ISC_MUTEX_PROFILE --- diff --git a/lib/isc/pthreads/include/isc/mutex.h b/lib/isc/pthreads/include/isc/mutex.h index d4488e2876a..b7ce60d04cd 100644 --- a/lib/isc/pthreads/include/isc/mutex.h +++ b/lib/isc/pthreads/include/isc/mutex.h @@ -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 */