From: Tilghman Lesher Date: Thu, 9 Apr 2009 18:39:07 +0000 (+0000) Subject: Oops, typo X-Git-Tag: 1.4.25-rc1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200db931579ec70ebf5566f64eb03c6e1b6c8fe5;p=thirdparty%2Fasterisk.git Oops, typo git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@187482 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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;