[asterisk-commits] tilghman: branch 1.4 r187482 - /branches/1.4/include/asterisk/lock.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Apr 9 13:39:23 CDT 2009
Author: tilghman
Date: Thu Apr 9 13:39:07 2009
New Revision: 187482
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=187482
Log:
Oops, typo
Modified:
branches/1.4/include/asterisk/lock.h
Modified: branches/1.4/include/asterisk/lock.h
URL: http://svn.digium.com/svn-view/asterisk/branches/1.4/include/asterisk/lock.h?view=diff&rev=187482&r1=187481&r2=187482
==============================================================================
--- branches/1.4/include/asterisk/lock.h (original)
+++ branches/1.4/include/asterisk/lock.h Thu Apr 9 13:39:07 2009
@@ -996,7 +996,7 @@
#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;
More information about the asterisk-commits
mailing list