aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-09 19:03:50 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-09 19:03:50 +0000
commit2f7e4bbdb3f70319f8c9b93cec562183e814dcc4 (patch)
treec7ac05a4bf237efbccb82c0d469227b81c9abf76 /include
parent49346599cbe22784c6b4d7c6da4b7de0e875da24 (diff)
typo
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@187490 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/lock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index 757371ebd..1278a6aa7 100644
--- a/include/asterisk/lock.h
+++ b/include/asterisk/lock.h
@@ -1020,7 +1020,7 @@ static inline int _ast_rwlock_wrlock(ast_rwlock_t *lock, const char *name,
}
static inline int _ast_rwlock_timedrdlock(ast_rwlock_t *lock, const char *name,
- struct timeval *abs_timeout, const char *file, int line, const char *func)
+ struct timespec *abs_timeout, const char *file, int line, const char *func)
{
int res;
#ifdef AST_MUTEX_INIT_W_CONSTRUCTORS
@@ -1050,7 +1050,7 @@ static inline int _ast_rwlock_timedrdlock(ast_rwlock_t *lock, const char *name,
}
static inline int _ast_rwlock_timedwrlock(ast_rwlock_t *lock, const char *name,
- struct timeval *abs_timeout, const char *file, int line, const char *func)
+ struct timespec *abs_timeout, const char *file, int line, const char *func)
{
int res;
#ifdef AST_MUTEX_INIT_W_CONSTRUCTORS