FreeBSD compile errors - fix typo

This commit is contained in:
Hobby-Student 2014-05-01 15:17:54 +02:00
parent 03315cebe8
commit 7c8e1681cc

View File

@ -125,7 +125,7 @@ static int pthread_timedjoin_np(pthread_t td, void **res,
}
#if defined(__FreeBSD__)
static int pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *timeout)
int pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *timeout)
#else
static int pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *timeout)
#endif