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:
Tilghman Lesher
2009-04-09 18:39:07 +00:00
parent 34672a3919
commit 200db93157

View File

@@ -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;