From 200db931579ec70ebf5566f64eb03c6e1b6c8fe5 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 9 Apr 2009 18:39:07 +0000 Subject: [PATCH] Oops, typo git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@187482 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h index 142ce5a114..080e502fae 100644 --- a/include/asterisk/lock.h +++ b/include/asterisk/lock.h @@ -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; -- 2.47.2