aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-09 18:39:07 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-09 18:39:07 +0000
commitd2fc5df36b61be61fdbc915ef2162ee7c3aef62a (patch)
tree081b38e1b3702466fb3f67d4af768c69c4052479 /include/asterisk
parent5767f353c49c6995efe206378c0f5532209f9f48 (diff)
Oops, typo
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@187482 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index 142ce5a11..080e502fa 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;