]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Oops, typo
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 9 Apr 2009 18:39:07 +0000 (18:39 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 9 Apr 2009 18:39:07 +0000 (18:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@187482 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/lock.h

index 142ce5a114ae40dc3ab5301543f02052aa455f7b..080e502fae8aba65457a0761ca43b8d275217652 100644 (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;