mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Oops, typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@187482 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -996,7 +996,7 @@ static inline int _ast_rwlock_wrlock(ast_rwlock_t *lock, const char *name,
|
||||
#define ast_rwlock_timedrdlock(a,b) \
|
||||
_ast_rwlock_timedrdlock(a, # a, b, __FILE__, __LINE__, __PRETTY_FUNCTION__)
|
||||
|
||||
static inline int _ast_rwlock_rdlock(ast_rwlock_t *lock, const char *name,
|
||||
static inline int _ast_rwlock_timedrdlock(ast_rwlock_t *lock, const char *name,
|
||||
const struct timespec *abs_timeout, const char *file, int line, const char *func)
|
||||
{
|
||||
int res;
|
||||
|
Reference in New Issue
Block a user